-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# RoundCube New User Dialog Plugin | ||
When a new user is created, this plugin checks the default identity and sets a session flag in case it is incomplete. An overlay box will appear on the screen until the user has reviewed/completed his identity. | ||
|
||
## Configuration | ||
Optional you can specify the default signature, `@EMAIL@` is replaced by the user email. | ||
|
||
``` | ||
$config['new_user_dialog_signature_text'] = ' | ||
Your Name | ||
E-Mail : @EMAIL@ | ||
Website: some.domain | ||
Phone: 01234/567890 | ||
'; | ||
``` |