Skip to content

Commit 98fd75b

Browse files
author
perploug
committed
Updating user screen on the installer
1 parent e7da70e commit 98fd75b

File tree

1 file changed

+4
-3
lines changed
  • src/Umbraco.Web.UI.Client/src/installer/steps

1 file changed

+4
-3
lines changed

src/Umbraco.Web.UI.Client/src/installer/steps/user.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h1>Install Umbraco 7</h1>
66
<form name="myForm" class="form-horizontal" novalidate ng-submit="validateAndInstall();">
77

88
<div class="row">
9-
<div class="span8">
9+
<div class="span12">
1010
<div class="pull-right">
1111
<div class="control-group">
1212
<label class="control-label" for="name">Name</label>
@@ -27,7 +27,8 @@ <h1>Install Umbraco 7</h1>
2727
<div class="control-group">
2828
<label class="control-label" for="password">Password</label>
2929
<div class="controls">
30-
<input type="password" name="installer.current.model.password"
30+
<!-- why isn't this masked: http://www.nngroup.com/articles/stop-password-masking/ -->
31+
<input type="text" name="installer.current.model.password"
3132
ng-minlength="{{installer.current.model.minCharLength}}"
3233
ng-pattern="passwordPattern"
3334
required
@@ -45,7 +46,7 @@ <h1>Install Umbraco 7</h1>
4546
<div class="controls">
4647
<label class="checkbox" for="subscribeToNewsLetter">
4748
<input type="checkbox" name="subscribeToNewsLetter"
48-
ng-model="installer.current.model.subscribeToNewsLetter" /> Subscribe to our newsletter</label>
49+
ng-model="installer.current.model.subscribeToNewsLetter" /> Keep me updated on <br/>Umbraco Versions, Security Bulletins and Community News</label>
4950
</div>
5051
</div>
5152

0 commit comments

Comments
 (0)