diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-04-05 12:53:27 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-04-05 12:53:27 +0000 |
commit | 3933f0bab385f7702cd6335842aa42e004b3d195 (patch) | |
tree | ff4962c505e0e55547876289c941fef083e4c501 /phpBB/language/en/email | |
parent | 3f5f4d9818744b111a709fcde85a60dfec15f937 (diff) | |
download | forums-3933f0bab385f7702cd6335842aa42e004b3d195.tar forums-3933f0bab385f7702cd6335842aa42e004b3d195.tar.gz forums-3933f0bab385f7702cd6335842aa42e004b3d195.tar.bz2 forums-3933f0bab385f7702cd6335842aa42e004b3d195.tar.xz forums-3933f0bab385f7702cd6335842aa42e004b3d195.zip |
This now gives a full path through the new install system.
New features:
- Rearranged config items
- Added advanced config page for optional settings
- Email admin on install
NOTE: This only works if config.php is writable, if it is unwritable, you must fallback to the old method, edit install_install.php where the redirect is commented out in the database settings to do this
git-svn-id: file:///svn/phpbb/trunk@5764 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/email')
-rw-r--r-- | phpBB/language/en/email/installed.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/phpBB/language/en/email/installed.txt b/phpBB/language/en/email/installed.txt new file mode 100644 index 0000000000..b69e9189ae --- /dev/null +++ b/phpBB/language/en/email/installed.txt @@ -0,0 +1,21 @@ +Subject: phpBB Installed +Charset: iso-8859-1 + +Congratulations, + +You have successfully installed phpBB on your server. + +This email contains important information on your installation that you should keep safe. The password has been encrypted in the database and cannot be recovered, although you can request a new password should you lose this one + +---------------------------- +Username: {USERNAME} +Password: {PASSWORD} + +Board URL: {U_BOARD} +---------------------------- + +Useful information on your phpBB installation can be found in the docs folder of your installation and on our website - http://www.phpbb.com/support/ + +We recommend that in order to stay current with software releases you subscribe to our mailing list, located at the above URL. + +{EMAIL_SIG}
\ No newline at end of file |