aboutsummaryrefslogtreecommitdiffstats
path: root/view/settings_nick_unset.tpl
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-08 20:25:05 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-08 20:25:05 -0700
commita26f4eeff6edcb49ad2e7607512853ddd24374cc (patch)
tree6d6c610d9690f5f2367388b53eca5d044b34f730 /view/settings_nick_unset.tpl
parent9cd9ce9c170fbda524c06f62922cbe33a8fe9b82 (diff)
downloadvolse-hubzilla-a26f4eeff6edcb49ad2e7607512853ddd24374cc.tar.gz
volse-hubzilla-a26f4eeff6edcb49ad2e7607512853ddd24374cc.tar.bz2
volse-hubzilla-a26f4eeff6edcb49ad2e7607512853ddd24374cc.zip
new nickname policy
Diffstat (limited to 'view/settings_nick_unset.tpl')
-rw-r--r--view/settings_nick_unset.tpl7
1 files changed, 4 insertions, 3 deletions
diff --git a/view/settings_nick_unset.tpl b/view/settings_nick_unset.tpl
index 0ea99d68b..903768b59 100644
--- a/view/settings_nick_unset.tpl
+++ b/view/settings_nick_unset.tpl
@@ -1,10 +1,11 @@
<div id="settings-nick-wrapper" >
<p id="settings-nickname-desc">
+Your profile URL is currently <strong>'$baseurl/profile/$uid'</strong>.
Setting a nickname will allow a friendly profile URL such as
-<strong>$baseurl/profile/nickname</strong>
-Once set, it can never be changed. Only letter, numbers, spaces and
-underscore are allowed and the nickname must start with a space.
+<strong>'nickname@$basepath'</strong>.
+<br />
+Once set, it can never be changed. The nickname <strong>must</strong> start with a letter; and only letters, numbers, dashes, and underscores are allowed.
</p>
<label id="settings-nick-label" for="settings-nick" >URL Nickname: </label>
<input type="text" name="nick" id="settings-nick" value="$nickname" />