0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Rename /logout/ to /signout/ and /login/ to /signin/

Closes #443
- Renamed routes
- Added redirects for old routes
- Added unit test for redirect
- Updated references to old routes in templates, html
This commit is contained in:
William Dibbern 2013-08-24 12:35:31 -05:00
parent f4b18a4eb2
commit 0d597198ea
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
'debug/' : 'debug',
'register/' : 'register',
'signup/' : 'signup',
'login/' : 'login'
'signin/' : 'login'
},
signup: function () {

View file

@ -56,7 +56,7 @@
self = this;
$.ajax({
url: '/ghost/login/',
url: '/ghost/signin/',
type: 'POST',
data: {
email: email,