Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Listmonk
  3. After updating password no credentials needed to login

After updating password no credentials needed to login

Scheduled Pinned Locked Moved Listmonk
34 Posts 5 Posters 1.8k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • jdaviescoatesJ jdaviescoates

    @girish said in After updating password no credentials needed to login:

    export LISTMONK_app__admin_username=admin
    export LISTMONK_app__admin_password='sBd@ni7fjTo2J3KGRKprGm@YXPxXh7FkJzhatxGgvKJ69gAKA^gu4zfBMYjjGfk62nzW@M!W8VwBepYDtPp%QApFVELKmtwkY63LJYVv@DAsMHwxucNHYFjRxT&'

    Odd. I can reproduce it over and over again.

    Just did so again:

    humptydumptyH Offline
    humptydumptyH Offline
    humptydumpty
    wrote on last edited by humptydumpty
    #21

    @jdaviescoates I'm way off here but... my router's admin page auto logs me in at work if I'm signed in to my vault even though I have auto-fill disabled. Try logging in in a private window (or with all extensions disabled). It also happens to me on Costco dot com. Do you have the passwords saved in your vault?

    Edit: I can't reproduce it either on a fresh install. I copied Girish's code like you did in your video. Works fine 😵

    Another thought, check Firefox's native password manager if it's still on and it's auto-filling the pass.

    I can reproduce it if the code is like this:

    export LISTMONK_app__admin_username=admin
    export LISTMONK_app__admin_password=sBd@ni7fjTo2J3KGRKprGm@YXPxXh7FkJzhatxGgvKJ69gAKA^gu4zfBMYjj*Gfk62nzW@M!W8VwB*epYDtPp%QApFVELKmtwkY63LJYVv@DAsMHwxucNHYFjRxT&
    

    Maybe it's a visual bug because of the double ' ' that gets auto-completed as you type ' in the web terminal at the end of the pass.

    recording here: https://ufile.io/24rtfp8a (1MB).

    jdaviescoatesJ 1 Reply Last reply
    0
    • humptydumptyH humptydumpty

      @jdaviescoates I'm way off here but... my router's admin page auto logs me in at work if I'm signed in to my vault even though I have auto-fill disabled. Try logging in in a private window (or with all extensions disabled). It also happens to me on Costco dot com. Do you have the passwords saved in your vault?

      Edit: I can't reproduce it either on a fresh install. I copied Girish's code like you did in your video. Works fine 😵

      Another thought, check Firefox's native password manager if it's still on and it's auto-filling the pass.

      I can reproduce it if the code is like this:

      export LISTMONK_app__admin_username=admin
      export LISTMONK_app__admin_password=sBd@ni7fjTo2J3KGRKprGm@YXPxXh7FkJzhatxGgvKJ69gAKA^gu4zfBMYjj*Gfk62nzW@M!W8VwB*epYDtPp%QApFVELKmtwkY63LJYVv@DAsMHwxucNHYFjRxT&
      

      Maybe it's a visual bug because of the double ' ' that gets auto-completed as you type ' in the web terminal at the end of the pass.

      recording here: https://ufile.io/24rtfp8a (1MB).

      jdaviescoatesJ Offline
      jdaviescoatesJ Offline
      jdaviescoates
      wrote on last edited by
      #22

      @humptydumpty said in After updating password no credentials needed to login:

      Try logging in in a private window (or with all extensions disabled).

      Tried all that, and same in mobile browsers too.

      I use Cloudron with Gandi & Hetzner

      BrutalBirdieB 1 Reply Last reply
      0
      • jdaviescoatesJ jdaviescoates

        @humptydumpty said in After updating password no credentials needed to login:

        Try logging in in a private window (or with all extensions disabled).

        Tried all that, and same in mobile browsers too.

        BrutalBirdieB Offline
        BrutalBirdieB Offline
        BrutalBirdie
        Partner
        wrote on last edited by
        #23

        All I can say is that with single quotes all is working fine.
        Tested and pushed by my trainee.

        Like my work? Consider donating a drink. Cheers!

        1 Reply Last reply
        0
        • P Offline
          P Offline
          privsec
          wrote on last edited by
          #24

          I am running into this myself.

          I have used far more complicated combinations than the following, but I have it set
          export LISTMONK_app__admin_username="Gently2729"
          export LISTMONK_app__admin_password="ThemePavilionCare"

          I have also tried
          export LISTMONK_app__admin_username='Gently2729'
          export LISTMONK_app__admin_password='ThemePavilionCare'

          I am not prompted for a sign in with an incognito window

          P 1 Reply Last reply
          1
          • P privsec

            I am running into this myself.

            I have used far more complicated combinations than the following, but I have it set
            export LISTMONK_app__admin_username="Gently2729"
            export LISTMONK_app__admin_password="ThemePavilionCare"

            I have also tried
            export LISTMONK_app__admin_username='Gently2729'
            export LISTMONK_app__admin_password='ThemePavilionCare'

            I am not prompted for a sign in with an incognito window

            P Offline
            P Offline
            privsec
            wrote on last edited by
            #25

            After many different tests, the username was the cause.

            Once the username is all in lowercase, it would work.

            girishG 1 Reply Last reply
            3
            • P privsec

              After many different tests, the username was the cause.

              Once the username is all in lowercase, it would work.

              girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #26

              @privsec scary. I will test and put a warning in the docs and the config file.

              1 Reply Last reply
              1
              • girishG Offline
                girishG Offline
                girish
                Staff
                wrote on last edited by girish
                #27

                I can't really reproduce this. It works just fine with capital case usernames. I used the same creds as in the report:

                export LISTMONK_app__admin_username="Gently2729"
                export LISTMONK_app__admin_password="ThemePavilionCare"
                
                BrutalBirdieB 1 Reply Last reply
                0
                • girishG girish

                  I can't really reproduce this. It works just fine with capital case usernames. I used the same creds as in the report:

                  export LISTMONK_app__admin_username="Gently2729"
                  export LISTMONK_app__admin_password="ThemePavilionCare"
                  
                  BrutalBirdieB Offline
                  BrutalBirdieB Offline
                  BrutalBirdie
                  Partner
                  wrote on last edited by
                  #28

                  Maybe to reproduce this:

                  1. Correct Username + Broken Password
                  2. Same Username + Fixed Password
                  3. Still no login needed?

                  I will try this out.

                  Like my work? Consider donating a drink. Cheers!

                  girishG BrutalBirdieB 2 Replies Last reply
                  0
                  • BrutalBirdieB BrutalBirdie

                    Maybe to reproduce this:

                    1. Correct Username + Broken Password
                    2. Same Username + Fixed Password
                    3. Still no login needed?

                    I will try this out.

                    girishG Offline
                    girishG Offline
                    girish
                    Staff
                    wrote on last edited by
                    #29

                    @BrutalBirdie Thanks. Also, this has to be reported upstream because this auth code is by them and not Cloudron.

                    1 Reply Last reply
                    0
                    • BrutalBirdieB BrutalBirdie

                      Maybe to reproduce this:

                      1. Correct Username + Broken Password
                      2. Same Username + Fixed Password
                      3. Still no login needed?

                      I will try this out.

                      BrutalBirdieB Offline
                      BrutalBirdieB Offline
                      BrutalBirdie
                      Partner
                      wrote on last edited by
                      #30

                      Could not reproduce at all.
                      🤷 very strange. Maybe @privsec needs to share the exact steps to this issue.

                      Like my work? Consider donating a drink. Cheers!

                      jdaviescoatesJ 1 Reply Last reply
                      1
                      • BrutalBirdieB BrutalBirdie

                        Could not reproduce at all.
                        🤷 very strange. Maybe @privsec needs to share the exact steps to this issue.

                        jdaviescoatesJ Offline
                        jdaviescoatesJ Offline
                        jdaviescoates
                        wrote on last edited by
                        #31

                        I'm thinking perhaps the issue is actually that logging out doesn't seem to actually log you out (at least in Firefox with the plugins I use - not tested elsewhere yet), see:

                        I use Cloudron with Gandi & Hetzner

                        jdaviescoatesJ 1 Reply Last reply
                        1
                        • jdaviescoatesJ jdaviescoates

                          I'm thinking perhaps the issue is actually that logging out doesn't seem to actually log you out (at least in Firefox with the plugins I use - not tested elsewhere yet), see:

                          jdaviescoatesJ Offline
                          jdaviescoatesJ Offline
                          jdaviescoates
                          wrote on last edited by
                          #32

                          I did a bit more testing.

                          @privsec are you using the Bitwarden browser extension?

                          Because further testing seems to suggest if that is enabled and I'm logged into it, then it somehow it magically logs into Listmonk without any interaction from me at all.

                          If I disable the Bitwarden plugin then I'm prompted to login after logging out.

                          I use Cloudron with Gandi & Hetzner

                          P 1 Reply Last reply
                          0
                          • jdaviescoatesJ jdaviescoates

                            I did a bit more testing.

                            @privsec are you using the Bitwarden browser extension?

                            Because further testing seems to suggest if that is enabled and I'm logged into it, then it somehow it magically logs into Listmonk without any interaction from me at all.

                            If I disable the Bitwarden plugin then I'm prompted to login after logging out.

                            P Offline
                            P Offline
                            privsec
                            wrote on last edited by
                            #33

                            @jdaviescoates I am/was

                            I cant reproduce it either.

                            Im not sure what and how this occurred, but once I used a lowercase username I was prompted to sign in on every attempt.

                            So... IDK
                            ヽ( 。 ヮ゚)ノ

                            jdaviescoatesJ 1 Reply Last reply
                            1
                            • P privsec

                              @jdaviescoates I am/was

                              I cant reproduce it either.

                              Im not sure what and how this occurred, but once I used a lowercase username I was prompted to sign in on every attempt.

                              So... IDK
                              ヽ( 。 ヮ゚)ノ

                              jdaviescoatesJ Offline
                              jdaviescoatesJ Offline
                              jdaviescoates
                              wrote on last edited by
                              #34

                              @privsec said in After updating password no credentials needed to login:

                              Im not sure what and how this occurred, but once I used a lowercase username I was prompted to sign in on every attempt.

                              Odd, because my username is lowercase too, and if I have Bitwarden enabled and logged in I am never prompted to login 🤷

                              I use Cloudron with Gandi & Hetzner

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • Bookmarks
                              • Search