tdvsdv/single_auth

how to display current user?

khnoh99 opened this issue · 3 comments

not-display-current-id

I installed and integrated with apache2 kerberos authentication successfully.
but this plug-in didn't show current login user.
is this bug? or other technical problem?
ps. current environment
ubuntu 14.04 LTS
redmine 2.5.1
apache 2.4.7
ruby 2.0.0 (r45883)
rails 4.1.1

I'm not sure what exactly your problem is, could you provide more brief
description and screenshot(s)?

2014-06-01 15:28 GMT+11:00 khnoh99 notifications@github.com:

I installed and integrated with apache2 kerberos authentication
successfully.
but this plug-in didn't show current login user.
is this bug? or other technical problem?
ps. current environment
ubuntu 14.04 LTS
redmine 2.5.3
apache 2.4.7


Reply to this email directly or view it on GitHub
#1.

First, this screenshot is not installed and after logged in using my account.
not-installed
Second, this is installed.
installed
After install, current logged in user is missing.

I found the reason and I fixed it.
I just commented in your stylesheet (public/plugin_assets/stylesheets/single_auth_all_head.css).
Just it!
now displayed current logged in user info.
Question. Why did you hide the logged in user info?