mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-20 05:59:32 +00:00
fixed #241 - Maxium length now is set to 256
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user