You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Webistrano
Khello,
I got webistrano up and running however when I try to login using
admin/admin it just goes to a page '/sessions' and says 'You are being
redirected'.
After clicking the redirect link a couple times I come back to the
front page where it asks me to login again.
I've looked at the mysql log and it can authenticate me fine:
178 Query SELECT * FROM `users` WHERE (`users`.`login` = 'admin' AND
`users`.`disabled` IS NULL) LIMIT 1
178 Query BEGIN
178 Query UPDATE `users` SET `updated_at` = '2012-01-05 23:48:36',
`remember_token_expires_at` = '2012-01-19 23:48:36', `remember_token`
= 'b2533e07cf026573d00f9ea13c6a4622ac01aa0d' WHERE `id` = 1
178 Query COMMIT