[
https://issues.apache.org/jira/browse/ROL-1961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13659763#comment-13659763
]
Glen Mazza commented on ROL-1961:
---------------------------------
OK, using Roller trunk (5.1) with the 5.1.25 JDBC driver, and MySQL 5.5.31 on
Ubuntu 12.04, JDK 7 I'm having zero problems logging in and out.
Unless you've already set your MySQL database to utf-8 system-wide
(http://dev.mysql.com/doc/refman/5.6/en/charset-applications.html)
when you create your roller db you'll need to do like this:
create database rollerdb DEFAULT CHARACTER SET utf8 DEFAULT COLLATE
utf8_general_ci;
> Cannot login after installation
> -------------------------------
>
> Key: ROL-1961
> URL: https://issues.apache.org/jira/browse/ROL-1961
> Project: Roller
> Issue Type: Bug
> Affects Versions: 5.0.1
> Reporter: tmjee
> Assignee: Roller Unassigned
>
> Hi,
> - Downloaded Roller version 5.0.1 from roller's download page. (the tomcat
> version with jpa enhanced classes)
> - unpack the war file into servlet container of choice
> - change db settings in roller-custom.properties and stick it into
> container's classpath
> - start up container
> - hit roller on browser
> - click the install tables button
> - click "here" link after tables creation is successful
> - click to create a user
> - after successfully created a user when i tried to login roller keeps
> saying the login password is wrong.
> I've checked the algorithm and by default in roller.properties it is SHA
> Checked the rolleruser data base passphrase and looks like it is being hashed.
> however login failed even though i'm sure i got the correct password.
> Use sql to change the passphrase to a clear text one. Attempt to login and
> its a success.
> I am guessing roller does not honor the hashing algorithm for soem reason.
> Tried this using Mysql.
> Just wondering is anyone else experiencing this?
> Thanks
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira