We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 25979
    • 178 Posts
    Quote from: rthrash at Feb 18, 2008, 12:16 PM

    Probably should remove the plus sign too since that’s useful in gmail mail names as well.

    You think so? Maybe I should then. I’ll try it now.
      //Why use windows since there is a door?//
      • 28042 ☆ A M B ☆
      • 24,524 Posts
      Just make sure you don’t leave an extra , in there. Each entry needs to be followed by one comma, except for the very last one.
        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
        • 25979
        • 178 Posts
        don’t work i still got error illegal characters. I checked the page, it’s not cacheable, and I call WebLoginPE uncached - [! ~ !]

        :(
          //Why use windows since there is a door?//
          • 25979
          • 178 Posts
          I also would like to use given password by user for him with register form instead of sending him random one. Now, I know it probably could be done. How? I think is the right question smiley
            //Why use windows since there is a door?//
            • 28042 ☆ A M B ☆
            • 24,524 Posts
            That should have taken care of the issue; it’s an external file and doesn’t get cached in any case. Hopefully somebody else can come up with the solution?
              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
              • 25979
              • 178 Posts
              so it’s not so easy sad

              Then i got to stay administrator wink
                //Why use windows since there is a door?//
                • 28042 ☆ A M B ☆
                • 24,524 Posts
                Well, I don’t happen to have this installed anywhere, and it’s a lot easier if it’s actually running so I can see what is going on. I’ll look into it a bit later, but maybe somebody who is actually using it can help out.
                  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
                  • 25979
                  • 178 Posts
                  thx smiley
                    //Why use windows since there is a door?//
                    • 25979
                    • 178 Posts
                    OK, just to confirm. I came back today to this topic. What is needed is to get rid of ’.’, ’@’ in file webloginpe.class.php in $illegals
                      //Why use windows since there is a door?//
                      • 25979
                      • 178 Posts
                      And another issue to this part.

                      I got
                      		<label for="wlpeRegisterEmail">
                      			<input type="text" id="wlpeRegisterEmail" name="email" value="[+post.email+]" />  Adres e-mail
                      			</label>
                      		<br />	
                      			<label for="wlpeRegisterFullName">
                      			<input type="text" id="wlpeRegisterFullName" name="fullname" value="[+post.fullname+]" />  Imię i nazwisko
                      			</label>
                      			<br />
                      			<label for="wlpeRegisterUserName">
                      			<input type="hidden" id="wlpeRegisterUserName" name="username" value="[+post.email+]" />
                      			</label>


                      When user press button to register he gets error, that username he entered is already in use. Whoah, just because with the first Register press the value of "username" is empty wink After seeing error when he press Register once again he registers just fine, because username got finally it’s value. How can I make this work without double pressing Register?

                      How can I make value of username would be filled with [+post.email+] on first Register press?

                      What I say might be confusing but I can’t put it in more clear thought right now sad

                      Be grateful for help,

                      Regards,

                      Mike
                        //Why use windows since there is a door?//