We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 15987
    • 786 Posts
    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.
      • 22303 MODX Staff
      • 10,725 Posts
      Quote from: kylej at Sep 28, 2006, 02:16 PM

      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.
      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.
        • 22815
        • 1,097 Posts
        Can we please make sure on upgrade that all manager users that previously had "default" as their manager theme now have "modxlight"?
          No, I don't know what OpenGeek's saying half the time either.
          MODx Documentation: The Wiki | My Wiki contributions | Main MODx Documentation
          Forum: Where to post threads about add-ons | Forum Rules
          Like MODx? donate (and/or share your resources)
          Like me? See my Amazon wishlist
          MODx "Most Promising CMS" - so appropriate!
          • 22303 MODX Staff
          • 10,725 Posts
          Quote from: PaulGregory at Sep 28, 2006, 04:01 PM

          Can we please make sure on upgrade that all manager users that previously had "default" as their manager theme now have "modxlight"?
          This update to the system settings has been part of the upgrade process since revision 1287.

          # 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';