We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 33337
    • 3,975 Posts
    So you get blocked from MODx Content Manager!

    No problem, just read this step by step guide and in less then 5 minutes you will be able to login again. laugh

    You need to have access to phpMyAdmin on your host, if you have not then ask your service provider.

    • Now open phpMyAdmin.
    • Select your database from dropdown list in left menu of phpMyAdmin. ( e.g. modx )
    • Now, you see the list of tables displayed in left menu.
    • Find table name with "table_prefix_user_attributes". ( e.g. modx_user_attributes )
    • Find your username in the list.
    • In your username row, you will find field named "blockeduntil" and this field contains 10 digits value (e.g. 1116602445)
    • Edit the field, and set the value to "0" (zero).
    • Exit from phpMyAdmin, and you are done.

    Best regards,

    -zi smiley

    WARNING: Before doing any manual database work, please backup your database, especially the table you are working with.
      Zaigham R - MODX Professional | Skype | Email | Twitter

      Digging the interwebs for #MODX gems and bringing it to you. modx.link
    • It's been suggested before that it's a good idea to make sure to create a second admin user right away, just for this sort of problem.
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 33496
        • 19 Posts
        If you don't have phpMyadmin, or want to do it from the MySQL commandline, do the following:

        1. mysql -u username -p
        2. use yourModxDatabaseName;
        3. UPDATE modx_user_attributes SET blockeduntil=0 WHERE id=1;
          Johnny Chadda
          http://johnny.chadda.se
          "This is a UNIX virus. Please remove all your files and copy this message to friends."
          • 33337
          • 3,975 Posts
          Than you very much Sottwell and zeth !! smiley for your suggestions.

          Best regards,

          -zi smiley
            Zaigham R - MODX Professional | Skype | Email | Twitter

            Digging the interwebs for #MODX gems and bringing it to you. modx.link
            • 32963
            • 1,732 Posts
            What if we should add a forget (or reset) password feature to the manager? Maybe something like the one used with weblogins. It would send a new password to the user's email that would require activation
              xWisdom
              www.xwisdomhtml.com
              The fear of the Lord is the beginning of wisdom:
              MODx Co-Founder - Create and do more with less.
              • 33337
              • 3,975 Posts
              What if we should add a forget (or reset) password feature to the manager? Maybe something like the one used with weblogins. It would send a new password to the user's email that would require activation

              PERFECT !!! cool

              Regards,

              -zi smiley
                Zaigham R - MODX Professional | Skype | Email | Twitter

                Digging the interwebs for #MODX gems and bringing it to you. modx.link
                • 32241
                • 1,495 Posts
                should we do this as a snippet right away, would you mind reporting it to the feature/bug report? Maybe some developer able to do it, or maybe us can do it too. Maybe we need to ask ryan, whether he wants this to be added as a feature request or not.

                What I have in mind is, having a forgot password link, and when the user click on it, and it will request for both username and email address, then it will set the blockeduntil into random number, and send both password and this number to the admin email address, if both username and email is matched.

                Then in the email, it will give a link to forgot password special page, which required admin name, password and this number to confirm the submission, if they’re all right, it will reset the value.

                How’s that sounds?
                  Wendy Novianto
                  [font=Verdana]PT DJAMOER Technology Media
                  [font=Verdana]Xituz Media
                  • 3595
                  • 30 Posts
                  During the installation both head and papers becomes full of crows feet.

                  1. When logging into MODx manager session first time it’s not really clear to me which login? ...the mysql-login or the admin login?

                  2. Can I redo the login-setting via myPHPadmin? (maybe up/low case confusion here)
                    • 32241
                    • 1,495 Posts
                    It’s better if you have access to phpMyAdmin, then do it from there, instead of reinstalling everything again. But if you’re insisting to re-install it. then find an instalation folder on your MODx download, and re-upload that folder to your MODx remote folder. Then you need to remove config.inc.php file on your "manager/include" folder. After you’re done with that, browse your site again, then it will prompt you with a new setup screen.

                    You might want to choose differen table prefix, if you haven’t delete all the tables created during the first installation.
                      Wendy Novianto
                      [font=Verdana]PT DJAMOER Technology Media
                      [font=Verdana]Xituz Media
                      • 3595
                      • 30 Posts
                      Quote from: Djamoer at Jan 27, 2006, 02:33 PM

                      It’s better if you have access to phpMyAdmin, then do it from there, instead of reinstalling everything again.

                      What you suggest?
                      The MODx-login should be the mySQL-login... right!?

                      So, then I can create a new all preference user with a new login? (and delete the non operational afterwards) undecided