diff --git a/core/client/templates/settings/users/user.hbs b/core/client/templates/settings/users/user.hbs index 4bb78beca5..7e17f51eab 100644 --- a/core/client/templates/settings/users/user.hbs +++ b/core/client/templates/settings/users/user.hbs @@ -20,103 +20,99 @@ -
+
+ +
-
- - -
+
- + {{!-- Horrible hack to prevent Chrome from incorrectly auto-filling inputs --}} + + - {{!-- Horrible hack to prevent Chrome from incorrectly auto-filling inputs --}} - - +
-
+
+
+ +
-
-
- -
+
+ + {{input value=user.name id="user-name" class="user-name" placeholder="Full Name" autocorrect="off"}} +

Use your real name so people can recognise you

+
-
- - {{input value=user.name id="user-name" class="user-name" placeholder="Full Name" autocorrect="off"}} -

Use your real name so people can recognise you

-
+
-
+
-
+
+ + {{gh-blur-input class="user-name" id="user-slug" value=slugValue name="user" action="updateSlug" placeholder="Slug" selectOnClick="true" autocorrect="off"}} +

{{gh-blog-url}}/author/{{slugValue}}

+
-
- - {{gh-blur-input class="user-name" id="user-slug" value=slugValue name="user" action="updateSlug" placeholder="Slug" selectOnClick="true" autocorrect="off"}} -

{{gh-blog-url}}/author/{{slugValue}}

-
+
+ + {{input type="email" value=user.email id="user-email" placeholder="Email Address" autocapitalize="off" autocorrect="off" autocomplete="off"}} +

Used for notifications

+
+ {{#if view.rolesDropdownIsVisible}} +
+ + {{gh-role-selector + initialValue=role + onChange="changeRole" + selectId="user-role"}} +

What permissions should this user have?

+
+ {{/if}} +
+ + {{input type="text" value=user.location id="user-location"}} +

Where in the world do you live?

+
-
- - {{input type="email" value=user.email id="user-email" placeholder="Email Address" autocapitalize="off" autocorrect="off" autocomplete="off"}} -

Used for notifications

-
- {{#if view.rolesDropdownIsVisible}} -
- - {{gh-role-selector - initialValue=role - onChange="changeRole" - selectId="user-role"}} -

What permissions should this user have?

-
- {{/if}} -
- - {{input type="text" value=user.location id="user-location"}} -

Where in the world do you live?

-
+
+ + {{input type="url" value=user.website id="user-website" autocapitalize="off" autocorrect="off" autocomplete="off"}} +

Have a website or blog other than this one? Link it!

+
-
- - {{input type="url" value=user.website id="user-website" autocapitalize="off" autocorrect="off" autocomplete="off"}} -

Have a website or blog other than this one? Link it!

-
+
+ + {{textarea id="user-bio" value=user.bio}} +

+ Write about you, in 200 characters or less. + {{gh-count-characters user.bio}} +

+
-
- - {{textarea id="user-bio" value=user.bio}} -

- Write about you, in 200 characters or less. - {{gh-count-characters user.bio}} -

-
+
-
+
-
+
-
+
+ + {{input value=user.password type="password" id="user-password-old"}} +
-
- - {{input value=user.password type="password" id="user-password-old"}} -
+
+ + {{input value=user.newPassword type="password" id="user-password-new"}} +
-
- - {{input value=user.newPassword type="password" id="user-password-new"}} -
+
+ + {{input value=user.ne2Password type="password" id="user-new-password-verification"}} +
+
+ +
-
- - {{input value=user.ne2Password type="password" id="user-new-password-verification"}} -
-
- -
+
-
- -
-
+ \ No newline at end of file