mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Use "email" instead of username for validation of admin account during install (from r100418)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@105566 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
f298275295
commit
a5608657cc
@ -96,7 +96,7 @@
|
||||
|
||||
<?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 } ?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user