'''Short description''' If you do use the moin command it would be fine to have the possibility after a user creation to invite him by an email from that command tool too. Because if it's the first time the user got's an email with his password it could be a nice idea to add some additional note about the wiki itselfs. In the following patch this could be done with the --comment parameter. While writing/using this patch sometimes a new created user does get an empty password emailed. One reason could be that by using `moin account create` no password was entered. So I do think to avoid this kind of trouble `moin account create` should always create a random password if no password is entered. The following patch was tested with version 1.5.6. {{attachment:moin_patch_20061104.txt}} {{{ moin --config-dir=mywiki_path --wiki-url=mywiki_url account sendmail --email=you@somewhere \ --comment="This mail is to inform you about your account data for the blablabla project" }}} results then in an email: {{{ This mail is to inform you about your account data for the blablabla project Please use the data below and just enter the password AS SHOWN into the wiki's password form field (use copy and paste for that). After successfully logging in, it is of course a good idea to set a new and known password. Login Name: YouSomewhere Login Password: {SHA}00ERDFGHFGWESPASS= Login URL: http://mywiki-url/mywiki?action=login }}} ## Tell your story here. ## What is the problem you are trying to solve? ## Is this features useful to most users or just to specific users? ---- CategoryFeatureRequest