mirror of
https://github.com/ThunixdotNet/makeuser.git
synced 2026-01-24 13:40:17 +00:00
Fix database name in email template
This commit is contained in:
@@ -2,6 +2,6 @@ Hello _username_;
|
||||
|
||||
Your database has been provisioned. Information below should be used to connect to it:
|
||||
|
||||
Database name: _username_
|
||||
Database user: _databasename_
|
||||
Database name: _databasename_
|
||||
Database user: _username_
|
||||
Password: _password_
|
||||
|
||||
Reference in New Issue
Block a user