fix(profile): fixed change password link and page, fixes #4542

This commit is contained in:
Torkel Ödegaard
2016-04-04 13:52:41 -04:00
parent 892e79a982
commit 43ebc172cb
4 changed files with 4 additions and 1 deletions
+1
View File
@@ -29,6 +29,7 @@ func Register(r *macaron.Macaron) {
// authed views
r.Get("/profile/", reqSignedIn, Index)
r.Get("/profile/password", reqSignedIn, Index)
r.Get("/org/", reqSignedIn, Index)
r.Get("/org/new", reqSignedIn, Index)
r.Get("/datasources/", reqSignedIn, Index)