Feature #14364
closedPassword generator feature
0%
Description
In systems where auto-register is disabled, it is somewhat nasty to generate a random password for every new user - especially if a bunch of new users is to be set up. It is already enough work to enter names and email addresses.
I would prefer to have some choice to autogenerate a random password with acceptable complexity (maybe configured by Admin). This could be reached with a simple button "Generate random pwd" beneath the password fields in the new user form and some JavaScript that does the generation (no need to implement this on the "server side").
Files
Related issues
Updated by Jan Niggemann (redmine.org team member) over 11 years ago
I like the idea!
In fact I had a similar idea when I added 10 users recently...
Updated by Daniel Felix over 11 years ago
- Is duplicate of Feature #3872: New user password - better functionality added
Updated by Daniel Felix over 11 years ago
- File autogenerate_pw.png autogenerate_pw.png added
- Status changed from New to Closed
- Resolution set to Duplicate
Updated by Jan Niggemann (redmine.org team member) over 11 years ago
I guess it's time to upgrade... We're still on 2.3.0.
Updated by Daniel Felix over 11 years ago
Well I'm on trunk. This is a planned feature for 2.4.
Updated by Frank Helk over 11 years ago
OK - because it's not in yet in release: Since I'm a very, very lazy being, I'd prefer that to be active by default (if not so already) ;-)
Updated by Daniel Felix over 11 years ago
Not the best idea. Since everytime you change the user mail or something else, the user will get notified about a new password.
Updated by Frank Helk over 11 years ago
Objection :-)
Should only be "ON" by default for "New User" (which is what I've asked for and what we're takling about). Agreed that this should be "OFF" when editing user's settings.
Updated by Petar Yankov about 9 years ago
Hello, I am new to redmine. I tried version 2.6 and version 3.1, but couldn't find the random password generation feature. Could anyone help?