Our Bamboo installation is (mostly) working fine. I recently added a user - username "tools", with a working email. Whenever I try and log in I get the "You have entered an invalid username or password" error. The logs show:
2015-04-08 09:26:53,559 INFO [http-bio-8085-exec-3] [DefaultAuthenticator] login : 'tools' could not be authenticated with the given password
2015-04-08 09:26:53,559 WARN [http-bio-8085-exec-3] [DefaultAuthenticator] login : 'tools' tried to login but they do not have USE permission or weren't found. Deleting remember me cookie.
I've tried using the Forgotten Password feature.
2015-04-08 09:54:44,431 INFO [http-bio-8085-exec-61] [DefaultAuthenticator] login : 'tools' could not be authenticated with the given password
2015-04-08 09:54:44,431 WARN [http-bio-8085-exec-61] [DefaultAuthenticator] login : 'tools' tried to login but they do not have USE permission or weren't found. Deleting remember me cookie.
2015-04-08 09:54:44,445 INFO [http-bio-8085-exec-61] [AccessLogFilter] 10.10.254.224 POST http://bamboo1.via.act-on.net:8085/userlogin.action 97096kb
2015-04-08 09:54:44,762 INFO [http-bio-8085-exec-61] [AccessLogFilter] 10.10.254.224 GET http://bamboo1.via.act-on.net:8085/rest/pref/latest/user/?expand=preferences.preference 91251kb
2015-04-08 09:54:49,518 INFO [http-bio-8085-exec-61] [AccessLogFilter] 10.10.254.224 GET http://bamboo1.via.act-on.net:8085/forgotPassword!default.action 87865kb
2015-04-08 09:54:49,546 WARN [http-bio-8085-exec-61] [ServletUrlRenderer] No configuration found for the specified action: 'forgotPassword.action' in namespace: '/'. Form action defaulting to 'action' attribute's literal value.
2015-04-08 09:54:49,554 WARN [http-bio-8085-exec-61] [ServletUrlRenderer] No configuration found for the specified action: 'forgotPassword.action' in namespace: '/'. Form action defaulting to 'action' attribute's literal value.
2015-04-08 09:54:49,853 INFO [http-bio-8085-exec-61] [AccessLogFilter] 10.10.254.224 GET http://bamboo1.via.act-on.net:8085/rest/pref/latest/user/?expand=preferences.preference 82638kb
It sends a link to the registered email. I follow the link and change the password. I go through the change password process and the server says to log in. It still doesn't work. I've tried removing and re-adding the user, making sure it is in specified CROWD-defined groups and changing the password through administration screens. Nothing seems to work
The username shows up when I look at users.
The only hint I can find is the "they do not have USE permission", but a search of the documentation on how to change that has come up dry so far.
Any help would be appreciated