SF.net SVN: postfixadmin:[1788] trunk/setup.php
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2015-05-18 20:18:11
|
Revision: 1788 http://sourceforge.net/p/postfixadmin/code/1788 Author: christian_boltz Date: 2015-05-18 20:18:09 +0000 (Mon, 18 May 2015) Log Message: ----------- setup.php: - after creating a superadmin, display a note that the setup is done and it's possible to login now (idea by t-ask on IRC) Modified Paths: -------------- trunk/setup.php Modified: trunk/setup.php =================================================================== --- trunk/setup.php 2015-05-06 21:47:28 UTC (rev 1787) +++ trunk/setup.php 2015-05-18 20:18:09 UTC (rev 1788) @@ -363,7 +363,11 @@ if ($error != 0) { $tUsername = htmlentities($values['username']); + } else { + $setupMessage .= "<p>You are done with your basic setup. "; + $setupMessage .= "<p><b>You can now <a href='login.php'>login to PostfixAdmin</a> using the account you just created.</b>"; } + } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |