fixed #241 - Maxium length now is set to 256

This commit is contained in:
michael starke
2014-09-18 16:03:02 +02:00
parent 2aef949a5b
commit ad915f26b0
2 changed files with 20 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ typedef NS_ENUM(NSUInteger, MPPasswordRating) {
Skale 0-90
*/
#define MIN_PASSWORD_LENGTH 1
#define MAX_PASSWORD_LENGTH 64
#define MAX_PASSWORD_LENGTH 256
@interface MPPasswordCreatorViewController () {
MPPasswordCharacterFlags _characterFlags;