We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36604
    • 268 Posts
    Hi,

    I'm heading back to the Login package (1.9.4-pl2) for our running site 2.5.6-pl.
    Snippet Login is used since the begin in a dual context environment ('web' -French default - and 'eng' - well.. english side).

    No issue until now.

    I need now to add Register abilities.

    Reading the doc for register (i.e : https://docs.modx.com/extras/revo/login/login.register/register.example-form-1)

    I built under the Login resource page, the Register page itself that is intended to be called by clicking on a link from the Login page for any visitor who wants to create an online account.
    An activation page targeted by the action email link
    A post registering page saying an email has been sent ...

    Before being on the hard part (customs fields, probable email issues...)

    I'm not able to display my register page > 404 trying to see the web context register page (right click/see menu) we fall into the 404 eng context page !!
    Trying to see the register page from the ENG context then the english register page is loaded ok.

    No idea why (published of course but not menu visible.
    I created the ENG one too (Babel) and it's the same !%%$ pb.

    Any idea?
    thank you



    This register page contains
    [[!Register?
       &submitVar=`login_register_btn`
       &usergroups=`Membres`
       &activationEmailTpl=`lgnActivateEmailTpl`
       &activationEmailSubject=`Activation de votre compte`
       &activationResourceId=`124`
       &submittedResourceId=`125`
        &validate=`nospam:blank,
      username:required:minLength=^6^,
      password:required:minLength=^6^,
      password_confirm:password_confirm=^password^,
      fullname:required,
      email:required:email`
        &placeholderPrefix=`reg.`
    &contexts=`web,eng`
    ]]
    
    [[$lgnRegisterForm]]

    This question has been answered by elz064. See the first response.

    [ed. note: elz064 last edited this post 6 years, 5 months ago.]
    • discuss.answer
      • 36604
      • 268 Posts
      as strange as it could be. Renaming the page solved the issue ... (???) (enregistrer.html -> creation-compte.html)