mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
Revert "Minimum password length + Static Pages fixes (#11474)"
This reverts commit e1d30eec98.
This commit is contained in:
@@ -245,10 +245,6 @@ api.updatePassword = {
|
||||
},
|
||||
newPassword: {
|
||||
notEmpty: { errorMessage: res.t('missingNewPassword') },
|
||||
isLength: {
|
||||
options: { min: common.constants.MINIMUM_PASSWORD_LENGTH },
|
||||
errorMessage: res.t('minPasswordLength'),
|
||||
},
|
||||
},
|
||||
confirmPassword: {
|
||||
notEmpty: { errorMessage: res.t('missingNewPassword') },
|
||||
|
||||
Reference in New Issue
Block a user