-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Redmine
committed
Oct 17, 2012
1 parent
e3ffe9f
commit b680411
Showing
3 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# English strings go here for Rails i18n | ||
en: | ||
label_loginRemoteUser: "SSL Login" | ||
button_login_remote_user: "SSL Login" | ||
user_auth_source_not_remote_user: "User has not set auth source to RemoteUser" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
module RedmineRemoteUserAuth; | ||
class Hooks < Redmine::Hook::ViewListener | ||
render_on(:view_account_login_bottom, :partial => 'account_remote_user/login_ssl_link') | ||
end | ||
end |