Skip to content

Processwire module for emailing a new user their account details, and optionally automatically generate a password for them.

License

Notifications You must be signed in to change notification settings

adrianbj/EmailNewUser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 

Repository files navigation

EmailNewUser

Processwire module for emailing a new user their account details, and optionally automatically generate a password for them.

The following things are configurable:

  • From email address (initially set to PW's admin email config setting)
  • Email subject
  • Email body - includes the ability to use any fields from the user template using {field_name} codes so these can be put into the body wherever you want.
  • Whether to automatically generate a password. This can be toggled on/off, but even if it is on, you can override it by simply entering a password manually when creating the new user.

Because it is generally not a good idea to email passwords, if you choose to include their password in the email, it is highly recommended to use the new Password Force Change module in conjunction with this module. That way the user has to change their password the first time they login which will somewhat reduce the vulnerability of emailing the password.

In the module configuration you create the custom message using any of the fields from the user's page however you want, so you if you don't want to email the pasword, you could let your clients know their initial default password over the phone (potentially the same for each person in their team), but still have this module automatically send each user an email with their username and the link to the site's PW admin control panel.

Please let me know if you have any ideas for improvements.

Support

https://processwire.com/talk/topic/7051-email-new-user/

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

(See included LICENSE file for full license text.)

About

Processwire module for emailing a new user their account details, and optionally automatically generate a password for them.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages