mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
fix js error on change password (#4475)
This commit is contained in:
@@ -28,10 +28,7 @@ const renewPassword = (services) => {
|
||||
{
|
||||
name: 'password[password]',
|
||||
rules: 'min_length[5]',
|
||||
message: localeService.t('validation_length_min', {
|
||||
postProcess: 'sprintf',
|
||||
sprintf: ['5']
|
||||
})
|
||||
message: localeService.t('validation_length_min')
|
||||
},
|
||||
{
|
||||
name: 'password[confirm]',
|
||||
|
Reference in New Issue
Block a user