View Single Post
  #8 (permalink)  
Old January 21st, 2008, 15:24
rwitalka rwitalka is offline
Junior Member
 
Join Date: Jan 2008
Location: Arden Hills, MN
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
rwitalka is on a distinguished road
Re: Interfacing from ASP.NET

There is a databse stored procedure that will do the trick for you.

pkg_gl_password.validate_password('user name','password')

This is a boolean function that will return true if you supply the correct password for the user id. We are running version 5.5, CU2. I don't know in what other versions this function is available.
Reply With Quote
The Following User Says Thank You to rwitalka For This Useful Post:
chrisplough (January 21st, 2008)