View | Details | Raw Unified | Return to bug 52198
Collapse All | Expand All

(-)a/management/univention-management-console/src/univention/management/console/pam.py (-7 / +8 lines)
Lines 187-201 class PamAuth(object): Link Here
187
			'Password Too Young',
187
			'Password Too Young',
188
			'Password change rejected, password changes may not be permitted on this account, or the minimum password age may not have elapsed.',
188
			'Password change rejected, password changes may not be permitted on this account, or the minimum password age may not have elapsed.',
189
		],
189
		],
190
		': The password does not meet the password complexity requirements.': [
190
		'The password does not meet the password complexity requirements.': [
191
			'Password does not meet the password complexity requirements.',
191
			'Password does not meet the password complexity requirements.',
192
		],
192
		],
193
		': The password contains user account name.': [
193
		## The messages below don't come up here yet, see 52061#c2
194
			'Password contains user account name.',
194
		# 'The password contains user account name.': [
195
		],
195
		# 	'Password contains user account name.',
196
		': The password contains parts of the full user name.': [
196
		# ],
197
			'Password contains parts of the full user name.',
197
		# 'The password contains parts of the full user name.': [
198
		]
198
		# 	'Password contains parts of the full user name.',
199
		# ]
199
	}
200
	}
200
	known_errors = dict(
201
	known_errors = dict(
201
		(response_message, user_friendly_response)
202
		(response_message, user_friendly_response)

Return to bug 52198