auth::get_all_registration_elements (public)
auth::get_all_registration_elements [ -include_password_confirm ]
Defined in packages/acs-authentication/tcl/authentication-procs.tcl
Get the list of possible registration elements.
- Switches:
- -include_password_confirm (optional, boolean)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- auth__get_all_registration_elements
Source code: if { $include_password_confirm_p } { return { email username first_names last_name password password_confirm screen_name url secret_question secret_answer } } else { return { email username first_names last_name password screen_name url secret_question secret_answer } }Generic XQL file: packages/acs-authentication/tcl/authentication-procs.xql
PostgreSQL XQL file: packages/acs-authentication/tcl/authentication-procs-postgresql.xql
Oracle XQL file: packages/acs-authentication/tcl/authentication-procs-oracle.xql