I have opened a small pull request to add this feature to galaxy-central. https://bitbucket.org/galaxy/galaxy-central/pull-request/307/allow-adjusting-the-reset-password-length/diff
-John On Wed, Jan 22, 2014 at 8:31 AM, Fernandez Edgar <[email protected]> wrote: > Hello y’all > > > > I was wondering if I did the right thing : I’ve modified the file user.py to > reset the user’s password to a length of 8 characters by doing: > > diff > /home/galaxy/galaxy-dist/lib/galaxy/webapps/galaxy/controllers/user.py > > /home/galaxy/galaxy-dist/lib/galaxy/webapps/galaxy/controllers/ARCHIVES/user.py_20140120_15.3.14 > > 1092c1092 > > < for i in range(7): > > --- > >> for i in range(15): > > > > I believe the sys admin would like this to be customizable in the > universe_wsgi.ini file. > > > > As well for the reset capability could be accessible just by the > administrator. > > > > I would like to apologies to [email protected] if I’m spamming your > email. > > Please let me know if I should remove this to my threads. > > > > Cordialement / Regards, > > Edgar Fernandez > > ___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: http://lists.bx.psu.edu/ To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
