authentication-procs.xql
DB Query file
Related Files
- packages/acs-authentication/tcl/authentication-procs.xql
- packages/acs-authentication/tcl/authentication-procs.tcl
- packages/acs-authentication/tcl/authentication-procs-postgresql.xql
- packages/acs-authentication/tcl/authentication-procs-oracle.xql
[ hide source ] | [ make this the default ]
File Contents
<?xml version="1.0"?> <queryset> <fullquery name="auth::create_local_account_helper.update_question_answer"> <querytext> update users set password_question = :password_question, password_answer = :password_answer where user_id = :user_id </querytext> </fullquery> </queryset>