Blog
Services
Docs
Donate
Status
English
Bahasa Indonesia
Deutsch
English
Español
Esperanto
Filipino
Français
Italiano
Latviešu
Magyar nyelv
Nederlands
Polski
Português de Portugal
Português do Brasil
Slovenščina
Suomi
Svenska
Türkçe
Čeština
Ελληνικά
Български
Русский
Українська
فارسی
日本語
简体中文
繁體中文(台灣)
繁體中文(香港)
한국어
Ark
Search
Create
Migrate
Explore
Login
Blog
Docs
Status
Explore
Login
Ark
Infrastructure
/
ghost
Watch
0
Fork
You've already forked ghost
0
mirror of
https://github.com/TryGhost/Ghost.git
synced
2025-01-13 22:41:32 -05:00
Code
Issues
Activity
9369dd3bf7
ghost
/
core
/
server
/
views
/
signup.hbs
5 lines
70 B
Handlebars
Raw
Normal View
History
Unescape
Escape
Added user authentication and registration
2013-05-20 20:03:35 -05:00
{{!< default}}
Improved Auth screen markup and validation checks * Signup now focuses on 'name' on load * Fixed fade in on auth forms to work with `display: table` * The 'name' field is required on Sign up forms * The length check on the Signup form is in order of inputs * Added check for password length * Changed the auth form class names to better represent individual pages * Updated CasperJS tests
2013-09-12 03:59:58 -05:00
<section class="signup-box js-signup-box">
Login / Signup forms now use Backbone * Moved most of control code to `core/client` * Implemented ajax checks
2013-07-31 20:11:45 -05:00
/register/ => /signup/ Fixes issue #132. Also added `js-login-container` class to the signup box, as it wasn't faded in due to javascript not picking up the element.
2013-06-15 13:11:17 -05:00
</section>
Reference in a new issue
Copy permalink