Logging in with username and password does not work in prefixed discourse

This commit is contained in:
Wojciech Kocjan
2013-03-19 17:15:14 +01:00
parent 1c5613cdfa
commit 14689a4f13
2 changed files with 5 additions and 1 deletions

View File

@@ -65,4 +65,8 @@ module ApplicationHelper
def privacy_path
return "#{Discourse::base_uri}/privacy"
end
def login_path
return "#{Discourse::base_uri}/login"
end
end