private=[private]
resurrection=[resurrection]
All went well with the above test code . . . . . .I just can't get my procedures to work with authenticate . . . .All stops at Bad Password-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list private=[private] resurrection=[resurrection] All went well with the above test code . . . . . .I just can't get my procedures to work with authenticate . . . .All stops at Bad Password-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list DOWNLOAD WEBDNA NOW! The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
I'm stymied.Why won't these procedures authenticate a password encrypted and written to a database?Following a procedure outlined by Ken I came across in the archives . . .I copied the users.db database and renamed it members.dbI copied MultiGroupChecker and renamed it MemberCheckerPlaced both of the new files in the same folder as pages I want to protectI use this to write a username/password combo into a database.[append db=members.db]user=[uppercase][user][/uppercase]&pass=[url][url][encrypt seed=1234][uppercase][pass][/uppercase][/encrypt][/url][/url]&groups=e-info[/append]On top of pages to protect I have:[include file=MemberChecker&groups=e-info]In my MemberChecker I have the following:[!] check for user in members.db[/!][showif NotFound=[lookup db=members.db&lookinField=user&value=[uppercase][username][/uppercase]&returnField=user¬Found=NotFound]][authenticate Bad User][/showif][!] Check password of user in members.db[/!][showif [uppercase][password][/uppercase]![lookup db=members.db&lookinField=user&value=[uppercase][username][/uppercase]&returnField=[decrypt seed=1234][unurl][unurl]pass[/unurl][/unurl][/decrypt]¬Found=NotFound][authenticate Bad Password][/showif]To make sure I was encrypting and decrypting the password properlyI made another page with the following:[text]public=Ginny+me^$1234[/text][text]private=[url][url][encrypt seed=1234][uppercase][public][/uppercase][/encrypt][/url][/url][/text][text]resurrection=[decrypt seed=1234][unurl][unurl][private][/unurl][/unurl][/decrypt][/text]public=[public]
Top Articles:
Talk List
Related Readings:
Creating a back button (1999)
[WebDNA] Resolve IP to Domain (2018)
Searching multiple Databases (1997)
Using [Include] Context (1999)
[WriteFile] problems (1997)
Spiders, robots, whatever you want to call them (1998)
Country & Ship-to address & other fields ? (1997)
Gathering the values of matching fields in a database. (1998)
WCS Newbie question (1997)
Multiple Ad databases? (1997)
[ShowIf] and empty fields (1997)
Authorize.Net down 2 days in row (2004)
creating an email message (1998)
Post size Limit? (1998)
WC2b15 File Corruption (1997)
emailer and bad addresses (1997)
WebCat2: Items xx to xx shown, etc. (1997)
error: Too many nested [xxx] contexts (1997)
taxTotal, grandTotal (1997)
Formating Tables w/[founditems] (1998)