Hello,
I have this problem, I'll appreciate any help.
This is how my configuration file looks like to enable authentication for users
smtp_gateway = localhost
user_accounts = 1
user_accounts_registration = 1
user_accounts_openid = 0
user_account_db = DBI:mysql:gbrowse_login;user=gbrowse;password=gbrowse
I create users using :
gbrowse_create_account.pl -pass <password> -fullname <fullname> <username>
and then it asks for an e-mail address but it says it's optional so I skip it, and when i go to login in Gbrowse it said: Invalid username or password provided, please try again.
I looked into the database gbrowse_login and the user exists there....
I tried setting an e-mail address and I got the same problem and even I dont receive any e-mail.
What can I do to create user to login into GBrowse using the database gbrowse_login ???
Thanks in advanced,
ps: Im using GBrowse version 2.33 and mysql as database.
I have this problem, I'll appreciate any help.
This is how my configuration file looks like to enable authentication for users
smtp_gateway = localhost
user_accounts = 1
user_accounts_registration = 1
user_accounts_openid = 0
user_account_db = DBI:mysql:gbrowse_login;user=gbrowse;password=gbrowse
I create users using :
gbrowse_create_account.pl -pass <password> -fullname <fullname> <username>
and then it asks for an e-mail address but it says it's optional so I skip it, and when i go to login in Gbrowse it said: Invalid username or password provided, please try again.
I looked into the database gbrowse_login and the user exists there....
I tried setting an e-mail address and I got the same problem and even I dont receive any e-mail.
What can I do to create user to login into GBrowse using the database gbrowse_login ???
Thanks in advanced,
ps: Im using GBrowse version 2.33 and mysql as database.
Comment