'''Short description''' Sometimes if you don't want new user creations you could remove the page where that macro is called from by acls. (Users in a group defined could be able to read this page but All not.) Unfortunately on the same form is the ''Mail me my account data'' form. So an user who forgets his password and is not logged in can't get it sended. So this feature request is about adding a second page with this `[[SendAccounMail]]` macro -- ReimarBauer <> This does not make any sense because you can call the macro on every page (and actually do not need it at all to create new users). No but if a (new) user selects Login he can't login because he does not know/forget his password. He sees go to !UserPreferences but this page has no access rights till he is logged in. The next he did is calling me to send him the new password. (shortest way for him) I do think he should get a link shown he could helping himself. May be the form for a account creation with the `Send Me My Password` should be better separated into two forms. One for !UserCreation and one for the `Send Me My Password`. Hmm, indeed. In the end it depends on your ACL settings. Are there other possibilities to avoid new User creations (for fcgi)? No, as new users don't hurt. {{attachment:userform.patch.txt}} {{attachment:SendAccountMail-1.5.py}} '''Moin 1.6dev''' Did some changes to !SendAccountMail.py to make it 1.6dev compatible (moin-1-6-main-7c58e8af1a97). -- OliverSiemoneit <> ##inline:SendAccountMail1-6-dev-1.py {{attachment:userform1-6-dev.diff}} ... and here the new underlay page !SendMyPassword {{attachment:SendMyPassword.txt}} updated version -- ReimarBauer <> {{attachment:SendAccountMail-1.6-dev-2.py}} For "correct" display (i.e. if you don't like a visible table) the div-class in line 62 should be "userpref" and not "userprefs". That's the bug you'd helped me to find, remember? This is also "wrong" in userform.py, line 651, and my related patches for a separate !CreateAccountPage underlay page and !CreateAccount macro and for the !MakeInvitations patch. -- OliverSiemoneit <> slightly different implemented into the macro Login. -- ReimarBauer <> ---- CategoryFeatureImplemented