Hello, I just upgraded from 3.1 to 4.0 on Tomcat 5.5 and mysql 5.0.26
(on OS X Server). No users can log in.
I set the property
passwds.encryption.enabled=false
(don't know how I missed that the 1st time!)
in roller-custom.properties and restarted tomcat
(BTW, can't this be in an application specific directory?).
This had no effect at all, and there is nothing indicated in the log file.
I was able to set an empty passphrase via mysql for admin and get in
that way, though I would not want to do this for ~90 users.
Please help!
Here is my roller-custom.properties such as it is right now.
--
installation.type=manual
# needed for backwards compatibility?
passwds.encryption.enabled=false
# JNDI Connection pool specified in tomcat config
database.configurationType=jndi
database.jndi.name=jdbc/rollerdb
# JNDI SMTP resource specified in tomcat config
mail.configurationType=jndi
mail.jndi.name=mail/Session
# Uploads Actual
uploads.dir=/web/blogs/data/uploads
# Uploads URL Path
uploads.url=/resources
# search index (delete this directory to force recreation)
search.index.dir=/web/blogs/data/search-index
# where to find themes
themes.dir=${webapp.context}
# allow group blogging
groupblogging.enabled = true
# search
search.enabled = true
search.index.comments = false
comment.notification.hideCommenterAddresses=true
comment.throttle.enabled = false
comment.authenticator.classname=org.apache.roller.weblogger.ui.rendering.plugins.comments.MathCommentAuthenticator
comment.validator.classnames=\
org.apache.roller.weblogger.ui.rendering.plugins.comments.BlacklistCommentValidator,\
org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessLinksCommentValidator,\
org.apache.roller.weblogger.ui.rendering.plugins.comments.ExcessSizeCommentValidator,\
org.apache.roller.weblogger.ui.rendering.plugins.comments.AkismetCommentValidator
comment.validator.excessLinks.threshold=3
comment.validator.excessSize.threshold=1024
comment.formatter.classnames=\
org.apache.roller.weblogger.business.plugins.comment.AutoformatPlugin,\
org.apache.roller.weblogger.business.plugins.comment.LinkMarkupPlugin,\
org.apache.roller.weblogger.business.plugins.comment.HTMLSubsetPlugin
site.blacklist.enable.comments = true
site.blacklist.enable.trackbacks = true
site.blacklist.enable.referrers = true
planet.aggregator.enabled = false
referrers.processing.enabled = false
securelogin.enabled = false