aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2012041800-1.8.3-dont_filter_passwords-c0ca4a18b38ae2bc.php
blob: b82ffbebfc9652cb61b7676da66304279ba80003 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/**
 * Elgg 1.8.3 upgrade 2012041800
 * dont_filter_passwords
 *
 * Add admin notice that password handling has changed and if 
 * users can't login to have them reset their passwords.
 */
elgg_add_admin_notice('dont_filter_passwords', 'Password handling has been updated to be more secure and flexible. '
	. 'This change may prevent a small number of users from logging in with their existing passwords. '
	. 'If a user is unable to log in, please advise him or her to reset their password, or reset it as an admin user.');