|
|
 |
-
/tcl/authentication-procs-oracle.xql
(+30)
-
| |
|
1 |
<?xml version="1.0"?> |
| |
|
2 |
|
| |
|
3 |
<queryset> |
| |
|
4 |
<rdbms><type>oracle</type><version>8.1.6</version></rdbms> |
| |
|
5 |
|
| |
|
6 |
<fullquery name="auth::create_local_account_helper.user_insert"> |
| |
|
7 |
<querytext> |
| |
|
8 |
|
| |
|
9 |
begin |
| |
|
10 |
:1 := acs.add_user( |
| |
|
11 |
user_id => :user_id, |
| |
|
12 |
email => :email, |
| |
|
13 |
url => :url, |
| |
|
14 |
authority_id => :authority_id, |
| |
|
15 |
username => :username, |
| |
|
16 |
first_names => :first_names, |
| |
|
17 |
last_name => :last_name, |
| |
|
18 |
screen_name => :screen_name, |
| |
|
19 |
password => :hashed_password, |
| |
|
20 |
salt => :salt, |
| |
|
21 |
creation_user => :creation_user, |
| |
|
22 |
creation_ip => :peeraddr, |
| |
|
23 |
email_verified_p => :email_verified_p, |
| |
|
24 |
member_state => :member_state |
| |
|
25 |
); |
| |
|
26 |
end; |
| |
|
27 |
|
| |
|
28 |
</querytext> |
| |
|
29 |
</fullquery> |
| |
|
30 |
</queryset> |
|