• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

User case

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

We're running JForum 2.1.5 on Weblogic 8.1.4. We have a BI tool also running in Weblogic and we're using the user authentication in the BI tool as a SSO to get into JForum. Everything in this is working great.

The one issue I'm seeing is that our BI tool is not case sensitive. So for example a user may log in as user_one today and USER_ONE the next day and the BI tool recognizes that both are the same user.

When the user goes to jforum however a new user is created for USER_ONE that is separate from user_one. This causes a couple of issues:

1) We are using groups to restrict access to particular forums. Now if the user logs in with a different case the new user doesn't have the permission on the forum.
2) If a user logs in in lower case and later logs in in upper case he can't edit his earlier posts.

Neither of these is a huge issue, but I'm wondering if we could get a config file parameter that turned on or off the case sensitivity of the users.

Thanks so much for such a great product!

Kieran
[originally posted on jforum.net by kjolough]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please register an Feature Improvement Request at http://www.jforum.net/jira

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Rafael, I've created the feature request.
[originally posted on jforum.net by kjolough]
 
This tiny ad will self destruct in five seconds.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic