Skip to content

Commit

Permalink
new_user_dialog update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CvH committed Apr 20, 2023
1 parent 497163c commit 3908d5c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions plugins/new_user_dialog/README.md
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
';
```

0 comments on commit 3908d5c

Please sign in to comment.