where the log in information saved?
Hi everyone, I installed my local galaxy successfully.But I have a problem about how to find out the log in information of each user ,such as the register mail and the password .And which files do this informations saved? Thank you! shenwiyn
Hi Shenwiyn I am not sure why you are interested in passwords....but to see the e-mail address' have a look at the "Manage users" link on the Admin interface. All the user information is stored in the PostgreSQL (or MySQL) database. Regards, Hans-Rudolf On 04/16/2013 11:21 AM, shenwiyn wrote:
Hi everyone, I installed my local galaxy successfully.But I have a problem about how to find out the log in information of each user ,such as the register mail and the password .And which files do this informations saved? Thank you! ------------------------------------------------------------------------ shenwiyn
___________________________________________________________ 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/
Hi Shenwiyn, such informations are stored in a database. The database is configured in universe_wsgi.xml. If you did not changed anything you are using a sqlite database stored under ./database/universe.sqlite. In the table 'galaxy_user' you will find your mail and password. Ciao, Bjoern
Hi everyone, I installed my local galaxy successfully.But I have a problem about how to find out the log in information of each user ,such as the register mail and the password .And which files do this informations saved? Thank you!
______________________________________________________________________ shenwiyn ___________________________________________________________ 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/
On Tue, Apr 16, 2013 at 5:34 AM, Björn Grüning <bjoern.gruening@pharmazie.uni-freiburg.de> wrote:
In the table 'galaxy_user' you will find your mail and password.
Importantly, you will find a hash of the password, Galaxy does not store user's plaintext passwords. -- James Taylor, Assistant Professor, Biology/CS, Emory University
participants (4)
-
Björn Grüning
-
Hans-Rudolf Hotz
-
James Taylor
-
shenwiyn