mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-41000 Events: Fixed return values for get_name() and get_description() in existing events
Changes done for following events: - \core_auth\event\user_loggedin - \core\event\role_assigned - \core\event\role_unassigned
This commit is contained in:
parent
fc9fc9fb30
commit
91665753df
5 changed files with 16 additions and 19 deletions
|
@ -82,7 +82,6 @@ $string['errorminpasswordnonalphanum'] = 'Passwords must have at least {$a} non-
|
|||
$string['errorminpasswordupper'] = 'Passwords must have at least {$a} upper case letter(s).';
|
||||
$string['errorpasswordupdate'] = 'Error updating password, password not changed';
|
||||
$string['event_user_loggedin'] = 'User has logged in';
|
||||
$string['event_user_loggedin_desc'] = 'User {$a} has logged in';
|
||||
$string['forcechangepassword'] = 'Force change password';
|
||||
$string['forcechangepasswordfirst_help'] = 'Force users to change password on their first login to Moodle.';
|
||||
$string['forcechangepassword_help'] = 'Force users to change password on their next login to Moodle.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue