From 772f2c7a55ed21abb5cd71562500da5434d3959b Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Thu, 17 Jul 2014 10:35:30 +0200 Subject: [PATCH] Removing erroneous placeholder text from user profile Reverting the placeholder that was introduced in #2734 to fix #1623. We should handle this intelligently by automatically interpretting the input and using validation if we can't. The user should not have to know or care about what http is. Regardless off any of the above, we should not be introducing user-facing text like this without proper consideration. A placeholder of "http://ghost.org" is far more confusing than no placeholder at all. It also looks like a cheap promotional tactic on our part. --- core/client/templates/settings/users/user.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/client/templates/settings/users/user.hbs b/core/client/templates/settings/users/user.hbs index a453047b04..12a293f4fa 100644 --- a/core/client/templates/settings/users/user.hbs +++ b/core/client/templates/settings/users/user.hbs @@ -86,7 +86,7 @@
- {{input type="url" value=user.website id="user-website" placeholder="http://www.ghost.org/" autocapitalize="off" autocorrect="off"}} + {{input type="url" value=user.website id="user-website" autocapitalize="off" autocorrect="off"}}

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