I’m not sure if this was talked about before but I found a bug that will need fixing. If you craete a new manager user and do not set a template it automatically selects default. Then when you try t ologin as that user you get the following error:
Sorry Kyle, I was apparently doing this at the same time. We need to be working from tickets, even though I know these are simple, quick changes, but might help us avoid duplication of effort.
Quote from: kylej at Sep 28, 2006, 09:41 AM
I’m not sure if this was talked about before but I found a bug that will need fixing. If you craete a new manager user and do not set a template it automatically selects default. Then when you try t ologin as that user you get the following error:
I have fixed this in my latest commit to my branch.
This update to the system settings has been part of the upgrade process since revision 1287.
Can we please make sure on upgrade that all manager users that previously had "default" as their manager theme now have "modxlight"?
# Update any invalid Manager Themes in User Settings
UPDATE `{PREFIX}user_settings` SET
`setting_value`='MODxLight'
WHERE `setting_name`='manager_theme' AND `setting_value`='default';