Index: lams_admin/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -re88830091139dd447cdd6a7f30c129c777104dac -r46690f9897a1d36d9ed0314876d309948ed0adea --- lams_admin/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision e88830091139dd447cdd6a7f30c129c777104dac) +++ lams_admin/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 46690f9897a1d36d9ed0314876d309948ed0adea) @@ -459,8 +459,6 @@ config.header.password.policy = Password policy config.password.numerics = Must contain at least a number config.password.symbols = Must contain at least one symbol(s) -config.password.expiration = Password expiration in months (0 = never) -config.password.history = Do not allow this many last passwords (0 = off) error.password.mismatch = Your passwords do not match. error.password.empty = Password cannot be empty. admin.user.change.password = Force password change @@ -473,8 +471,6 @@ label.password.must.ucase = at least 1 upper case letter label.password.must.number = at least 1 number label.password.must.symbol = at least 1 symbol -label.password.user.details = must not be the same as user login, ID, email or names -label.password.common = must not be common or breached sysadmin.batch.preview.lesson.delete = Delete old preview lessons msg.cleanup.preview.lesson.confirm = Are you sure you want to delete all preview lessons? msg.cleanup.preview.lesson.error = Error while deleting preview lessons @@ -665,3 +661,7 @@ config.etherpad.api.key = API Key config.etherpad.instance.id = Instance ID sysadmin.user.id.name = Parameter to use as loginId: +config.password.expiration = Password expiration in months (0 = never) +config.password.history = Prohibit password reuse for a minimum number of generations (0 = off) +label.password.user.details = must not be the same as user login, ID, email or names +label.password.common = must not be common or breached