Skip to content

Commit

Permalink
MINOR Use "email" instead of username for validation of admin account…
Browse files Browse the repository at this point in the history
… during install (from r100418)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@105566 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
chillu committed May 25, 2010
1 parent f298275 commit a560865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/install/config-form.html
Expand Up @@ -96,7 +96,7 @@ <h1>Welcome to SilverStripe</h1>

<?php if($adminReq->hasErrors()) { ?>
<p class="error">
Please <a href="#AdminAccount">enter a username and password</a> for the default administrator account before installing.
Please <a href="#AdminAccount">enter an email address and password</a> for the default administrator account before installing.
</p>
<?php } ?>

Expand Down

0 comments on commit a560865

Please sign in to comment.