mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
added first name and last name fields to installer
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@40604 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b5ad732e5f
commit
fc66aa6797
@ -142,6 +142,16 @@
|
||||
<span>Administrator password:</span>
|
||||
<input type="text" name="password" id="password" value="password" />
|
||||
</label> <br />
|
||||
<label for="firstname">
|
||||
<span>Administrator first name:</span>
|
||||
<input type="text" name="firstname" id="firstname" value="" />
|
||||
</label><br />
|
||||
<label for="surname">
|
||||
<span>Administrator surname:</span>
|
||||
<input type="text" name="surname" id="surname" value="" />
|
||||
</label> <br />
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
<br />
|
||||
|
Loading…
Reference in New Issue
Block a user