Open joncage opened 12 years ago
When I do the migration, administrator priviliges aren't transferred over. To fix I have to manually go in and add:
use redmine; update users set admin = 1 where login = "me@mydomain.com";
When I do the migration, administrator priviliges aren't transferred over. To fix I have to manually go in and add: