[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___
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/

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 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/


___
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/


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 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/


___
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/


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
bjoern.gruen...@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

___
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/