From c3f4fb63f0c18cc70b32c658198dff3cc105c682 Mon Sep 17 00:00:00 2001 From: Gina Haeussge Date: Mon, 1 Sep 2008 19:00:41 +0200 Subject: Usermanager: Add autogeneration of password The password of a newly added user account is now autogenerated if the backend supports it, the password field is left empty and the notification of the user is enabled. A corresponding note was added to the dialog to inform admins about this behaviour. darcs-hash:20080901170041-2b4f5-e66173fe74395a1dab8e6deaf59541d258d4bacb.gz --- lib/plugins/usermanager/lang/en/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/plugins/usermanager/lang/en/lang.php') diff --git a/lib/plugins/usermanager/lang/en/lang.php b/lib/plugins/usermanager/lang/en/lang.php index f15e38f2a..189a1db20 100644 --- a/lib/plugins/usermanager/lang/en/lang.php +++ b/lib/plugins/usermanager/lang/en/lang.php @@ -50,6 +50,7 @@ $lang['edit_usermissing'] = 'Selected user not found, the specified user name ma $lang['user_notify'] = 'Notify user'; $lang['note_notify'] = 'Notification emails are only sent if the user is given a new password.'; $lang['note_group'] = 'New users will be added to the default group (%s) if no group is specified.'; +$lang['note_pass'] = 'The password will be autogenerated if the field is left empty and notification of the user is enabled.'; $lang['add_ok'] = 'User added successfully'; $lang['add_fail'] = 'User addition failed'; $lang['notify_ok'] = 'Notification email sent'; -- cgit v1.2.3