Skip to content

Commit

Permalink
added config 'account_welcome_mail_show_pass' and created function to…
Browse files Browse the repository at this point in the history
… send the password in welcome mail.

indented the code.
  • Loading branch information
elsongabriel committed Nov 20, 2023
1 parent 1dd541c commit ac9ffbf
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 325 deletions.
1 change: 1 addition & 0 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
'account_premium_days' => 0, // default premium days on new account
'account_premium_coins' => 0, // default coins on new account
'account_welcome_mail' => false, // send welcome email when user registers
'account_welcome_mail_show_pass' => false, // send password in welcome email
'account_mail_change' => 2, // how many days user need to change email to account - block hackers
'account_country' => true, // user will be able to set country of origin when registering account, this information will be viewable in others places aswell
'account_country_recognize' => true, // should country of user be automatically recognized by his IP? This makes an external API call to http://ipinfo.io
Expand Down
Loading

0 comments on commit ac9ffbf

Please sign in to comment.