constant ADVUSER_DEFAULT_NEW_MAIL in Advanced User 7.3
Same name and namespace in other branches
- 5 advuser.module \ADVUSER_DEFAULT_NEW_MAIL
- 6.3 advuser.module \ADVUSER_DEFAULT_NEW_MAIL
Related topics
2 uses of ADVUSER_DEFAULT_NEW_MAIL
- advuser_settings in forms/
advuser_settings.inc - @file
- _advuser_receive_notification_by_role in ./
advuser.module - @private Notify account registrations and modifications for the given users of a role.
File
- ./
advuser.module, line 19 - Advanced user module allows you to select users based on an advanced set of filtering and apply actions to block, unblock, delete or email the selected users.
Code
define('ADVUSER_DEFAULT_NEW_MAIL', "===== New User Information: =====\n User: [user:name:raw]\n Mail: [user:mail]\n Created: [user:created]\n Status: [user:status]\nTimezone: [user:timezone]\nLanguage: [user:language]\n Theme: [user:theme]\n\nUser account administration page at [user:edit-url] for [site:name]");