The Artima Developer Community
Sponsored Link

Java Buzz Forum
Case Insensitive Usernames using Spring Security Core Plugin for Grails

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Stevi Deter

Posts: 10
Nickname: stevideter
Registered: Dec, 2008

Stevi Deter is a lead software engineer for Mantis Technology Group, Inc.
Case Insensitive Usernames using Spring Security Core Plugin for Grails Posted: Nov 17, 2012 11:58 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Stevi Deter.
Original Post: Case Insensitive Usernames using Spring Security Core Plugin for Grails
Feed Title: Moving the Curve
Feed URL: http://feeds2.feedburner.com/MovingTheCurve
Feed Description: Technology, code, and thoughts by Stevi Deter
Latest Java Buzz Posts
Latest Java Buzz Posts by Stevi Deter
Latest Posts From Moving the Curve

Advertisement
Given the years I’ve worked with Spring Security, it’s a bit embarrassing how often I forget that, by default, if you’re using the default database-backed implementation, the login is case sensitive. The best place to modify this behavior by overriding it in the UserDetailsService implementation you’ve selected. Most of my most recent projects have been [...] No related posts. Related posts brought to you by Yet Another Related Posts Plugin.

Read: Case Insensitive Usernames using Spring Security Core Plugin for Grails

Topic: Gang of Four – Proxy Design Pattern Previous Topic   Next Topic Topic: Extended list of 8-bit AVR Micro-Controllers, easily programmable with the Arduino IDE

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use