Hi,
I need your help, because i have no idea how to develop this:
A user logs in. If it is a good login I create a session variable and have to set lock flag on him in the database, because he should not be able to log in in another certain application which uses the same login and database...
Hi,
is it possible to define a structure and then define an array from this structure? Maybe someone remembers how a struct works in C or an object in C++, etc..
structure[1].keyname = anything
:
:
structure[n].keyname = anything else
Thanks.
Marcus
Hi celley,
your post was helpful, I will remember it for other projects.
Another problem is that I do not know the encryption code Oracle uses when creating a new database user or changing the password. And I'm sure that Oracle encrypts the password and then stores it in DBA_USERS. Maybe I...
Hi,
try www.cfml.de (in german) or have a look to www.sys-con.com/coldfusion/archives/ . At allaires' homesite www.allaire.com you can find some tutorials and documentations. Search for "Developing Web Applications with Cold Fusion". You will find it there...
Now I am able to answer my own question.
There is no need to compare username and password in the view DBA_USERS of an oracle database with that what the user gives.
You simply use the cfquery tag and put username and password into it.
<cfquery datasource="DS" name="NAME"...
Hi,
I'd like to make a password-validation with cold fusion. Username and password are stored in the view DBA_USERS of a oracle database. But the password in this view is encrypted and the user gives me the not encrypted password.
What do I have to do?
Thanks for help.
Marcus.
hi,
another point which fits to this question.
How can I give access to someone who is saved as user in the view DBA_USERS of a oracle database? The problem is that the password is encrypted in this view. So I'm not able to compare the passwords as DarkMan suggested in his first answer to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.