This website requires JavaScript.
Explore
Help
Sign In
OpenSourceArk
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
89154ad997
Ghost
/
core
/
server
/
views
/
signup.hbs
5 lines
70 B
Handlebars
Raw
Normal View
History
Unescape
Escape
Added user authentication and registration
2013-05-21 05:03:35 +04: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 12:59:58 +04: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-08-01 05:11:45 +04: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 22:11:17 +04:00
</section>
Reference in New Issue
Copy Permalink