HybridRealm Implementation

Posted by catalin.pop on 12-Mar-2018 06:54

Hi, I'm trying to implement VatlidateUser() and  ValidatePassword()  for HybridRealm but i dont have the UserNr as anInteger in my databse, i Have it as an Character. Does anyone know if i can implement the methods such as ValidateUser() will return an character and ValidatePassword() will get an character as an input?

Posted by Roger Blanchard on 12-Mar-2018 07:58

RETURN the RECID for your table that stores the user record and then use that in ValidatePassword to locate and verify password.,

All Replies

Posted by Peter Judge on 12-Mar-2018 07:56

Unfortunately not: you must use an integer for the user-id, for a HybridRealm.
 
 

Posted by Roger Blanchard on 12-Mar-2018 07:58

RETURN the RECID for your table that stores the user record and then use that in ValidatePassword to locate and verify password.,

Posted by catalin.pop on 12-Mar-2018 07:59

Thanks, i will do that.

This thread is closed