Re: [galaxy-dev] where the log in information saved?

2013-04-16 Thread James Taylor
On Tue, Apr 16, 2013 at 5:34 AM, Björn Grüning 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 _

Re: [galaxy-dev] where the log in information saved?

2013-04-16 Thread Björn Grüning
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

Re: [galaxy-dev] where the log in information saved?

2013-04-16 Thread Hans-Rudolf Hotz
Hi Shenwiyn I am not sure why you are interested in passwordsbut 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 wro

[galaxy-dev] where the log in information saved?

2013-04-16 Thread shenwiyn
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