diff options
Diffstat (limited to 'data/config.default.php')
-rw-r--r-- | data/config.default.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index a6b0e68..1b040c0 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -705,4 +705,13 @@ $authOptions = null; * @var boolean */ $authDebug = false; + +/** + * Optional prefix to create email addresses from user names. + * i.e. "@example.org" to create "user@example.org" email address + * from "user" username. + * + * @var string + */ +$authEmailSuffix = null; ?> |