Skip to content

Commit

Permalink
Merge pull request #1655 from jmchilton/public-name-fixes
Browse files Browse the repository at this point in the history
[16.01] Public name is mandatory not optional, update help text.
  • Loading branch information
martenson committed Feb 2, 2016
2 parents 05e68ad + 85eccba commit 39aff84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/user/info.mako
Expand Up @@ -116,7 +116,7 @@
%else:
<input type="text" id="name_input" name="username" size="40" value="${username | h}"/>
<div class="toolParamHelp" style="clear: both;">
Your public name is an optional identifier that will be used to generate addresses for information
Your public name is an identifier that will be used to generate addresses for information
you share publicly. Public names must be at least three characters in length and contain only lower-case
letters, numbers, and the '-' character.
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/user/username.mako
Expand Up @@ -15,7 +15,7 @@
<label>Public name:</label>
<input type="text" name="username" size="40" value="${username}"/>
<div class="toolParamHelp" style="clear: both;">
Your public name is an optional identifier that will be used to generate addresses for information
Your public name is an identifier that will be used to generate addresses for information
you share publicly. Public names must be at least four characters in length and contain only lower-case
letters, numbers, and the '-' character.
</div>
Expand Down

0 comments on commit 39aff84

Please sign in to comment.