Re: MultiGroupChecker

This WebDNA talk-list message is from

2000


It keeps the original formatting.
numero = 32582
interpreted = N
texte = Make sure there's no [protect] tags in your templates ... >Ken, >Thanks for answer this question. > >I did it, but doesn't work. I duplicate the users.db and rename it as >newusers.db and put it inside the new directory, also change in the >SpecialMGC file all the references, I have it like this: > >[showif NotFound=[lookup >db=newusers.db&lookinField=user&value=[uppercase][username][/uppercase]&retu >rnField=user¬Found=NotFound]] >[authenticate usuario del nuevo site] >[/showif] >[showif >[url][encrypt][uppercase][password][/uppercase][/encrypt][/url]![url][lookup >db=newusers.db&lookinField=user&value=[uppercase][username][/uppercase]&retu >rnField=pass¬Found=NotFound][/url]] >[authenticate usuario del nuevo site] >[/showif] >[search >db=newusers.db&groupsword=ww&wogroupsdatarq=[uppercase][groups][/uppercase]& >equserdatarq=[uppercase][username][/uppercase]&eqpassdatarq=[url][encrypt][u >ppercase][password][/uppercase][/encrypt][/url]] >[showif [numFound]=0] >[authenticate usuario del nuevo site] >[/showif] >[/search] > >and put it in the same directory and in the template I want to protect I >write the line: >[include file=SpecialMGC&groups=GENERAL] >All files in the same directory, other than the webcatalog's directory. > >If I use a username that is in the users.db it works, but if I use a user >that is only in the newusers.db it does not. > >What do you think I'm doing wrong? > >Thanks. >Rodolfo de la Garza > > >El 5/31/00 5:54 PM, Kenneth Grome ken@simplewebstores.com escribió: > >> In those instructions I failed to mention the fact that WebCatalog >> recognizes only ONE users.db -- the one that comes with webcatalog. >> It also recognizes only one standardconversions.db and one >> errormessages.db and one triggers.db. In other words, webcatalog >> cannot find any db's with these names unless they are specifically >> located inside the webcatalog folder ... >> >> Therefore, you cannot simply duplicate the MultiGroupChecker file and >> use the duplicate as I explained, you also have to change all the >> users.db references in your SpecialMGC file to some other db name >> -- such as newusers.db for example -- then duplicate the users.db, >> and rename it newusers.db, and put it in the same folder as your >> templates. >> >> Doing this will cause the SpecialMGC file to refer to the newusers.db >> instead of the users.db, and this is exactly what you need it to do. >> >> :) >> >> >>> Hi there, >>> >>> I have an authentication problem. I don't want to use the users.db and I >>> create another one in other directory. >>> >>> I did as Ken explain in the archive. >>> >>> ------------- >>> The 1999/04/25 23:06:26 Kenneth Grome Wrote. >>> >>> 1- Instead of using [protect] in your special template, use [include >>> file=specialMGC&groups=whatever], then replace the >>> whatever text with the group name or names you wish to authenticate. >>> >>> 2- Duplicate the MultiGroupChecker file, name it SpecialMGC, and move it >>> into the same folder as your special template. >>> >>> 3- In the SpecialMGC file, change the [authenticate Unauthorized User] >>> tags to [authenticate someNewText], then replace >>> someNewText with whatever you want to appear in the browser's >>> authentication dialog box. >>> >>> ------------- >>> Then I include this line in the template I want to protect: >>> [include file=SpecialMGC&groups=GENERAL] >>> >>> But it still using the users.db instead of the newusers.db and it do not >>> recognice the users in the newusers.db and do not change the browser's >>> authentication dialog box with the new text. >>> >>> Any Idea Why? >>> >>> Thanks >>> Rodolfo de la Garza >>> >>> >>> ------------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> To switch to the DIGEST mode, E-mail to >>> >>> Web Archive of this list is at: http://search.smithmicro.com/ >> >> >> >> ================================ >> Kenneth Grome, WebDNA Consultant >> 808-737-6499 http://webdna.net >> ================================ >> >> >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://search.smithmicro.com/ > > >------------------------------------------------------------- >This message is sent to you because you are subscribed to > the mailing list . >To unsubscribe, E-mail to: >To switch to the DIGEST mode, E-mail to > >Web Archive of this list is at: http://search.smithmicro.com/================================ Kenneth Grome, WebDNA Consultant 808-737-6499 http://webdna.net ================================------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: multiGroupChecker code redundant? (John Butler 2000)
  2. Re: multiGroupChecker code redundant? (WebDNA Support 2000)
  3. multiGroupChecker code redundant? (John Butler 2000)
  4. Re: MultiGroupChecker (Kenneth Grome 2000)
  5. Re: MultiGroupChecker (JHowarth@smithmicro.com 2000)
  6. Re: MultiGroupChecker (Rodolfo de la Garza 2000)
  7. MultiGroupChecker (Rodolfo de la Garza 2000)
  8. Re: MultiGroupChecker (Kenneth Grome 2000)
Make sure there's no [protect] tags in your templates ... >Ken, >Thanks for answer this question. > >I did it, but doesn't work. I duplicate the users.db and rename it as >newusers.db and put it inside the new directory, also change in the >SpecialMGC file all the references, I have it like this: > >[showif NotFound=[lookup >db=newusers.db&lookinField=user&value=[uppercase][username][/uppercase]&retu >rnField=user¬Found=NotFound]] >[authenticate usuario del nuevo site] >[/showif] >[showif >[url][encrypt][uppercase][password][/uppercase][/encrypt][/url]![url][lookup >db=newusers.db&lookinField=user&value=[uppercase][username][/uppercase]&retu >rnField=pass¬Found=NotFound][/url]] >[authenticate usuario del nuevo site] >[/showif] >[search >db=newusers.db&groupsword=ww&wogroupsdatarq=[uppercase][groups][/uppercase]& >equserdatarq=[uppercase][username][/uppercase]&eqpassdatarq=[url][encrypt][u >ppercase][password][/uppercase][/encrypt][/url]] >[showif [numFound]=0] >[authenticate usuario del nuevo site] >[/showif] >[/search] > >and put it in the same directory and in the template I want to protect I >write the line: >[include file=SpecialMGC&groups=GENERAL] >All files in the same directory, other than the webcatalog's directory. > >If I use a username that is in the users.db it works, but if I use a user >that is only in the newusers.db it does not. > >What do you think I'm doing wrong? > >Thanks. >Rodolfo de la Garza > > >El 5/31/00 5:54 PM, Kenneth Grome ken@simplewebstores.com escribió: > >> In those instructions I failed to mention the fact that WebCatalog >> recognizes only ONE users.db -- the one that comes with webcatalog. >> It also recognizes only one standardconversions.db and one >> errormessages.db and one triggers.db. In other words, webcatalog >> cannot find any db's with these names unless they are specifically >> located inside the webcatalog folder ... >> >> Therefore, you cannot simply duplicate the MultiGroupChecker file and >> use the duplicate as I explained, you also have to change all the >> users.db references in your SpecialMGC file to some other db name >> -- such as newusers.db for example -- then duplicate the users.db, >> and rename it newusers.db, and put it in the same folder as your >> templates. >> >> Doing this will cause the SpecialMGC file to refer to the newusers.db >> instead of the users.db, and this is exactly what you need it to do. >> >> :) >> >> >>> Hi there, >>> >>> I have an authentication problem. I don't want to use the users.db and I >>> create another one in other directory. >>> >>> I did as Ken explain in the archive. >>> >>> ------------- >>> The 1999/04/25 23:06:26 Kenneth Grome Wrote. >>> >>> 1- Instead of using [protect] in your special template, use [include >>> file=specialMGC&groups=whatever], then replace the >>> whatever text with the group name or names you wish to authenticate. >>> >>> 2- Duplicate the MultiGroupChecker file, name it SpecialMGC, and move it >>> into the same folder as your special template. >>> >>> 3- In the SpecialMGC file, change the [authenticate Unauthorized User] >>> tags to [authenticate someNewText], then replace >>> someNewText with whatever you want to appear in the browser's >>> authentication dialog box. >>> >>> ------------- >>> Then I include this line in the template I want to protect: >>> [include file=SpecialMGC&groups=GENERAL] >>> >>> But it still using the users.db instead of the newusers.db and it do not >>> recognice the users in the newusers.db and do not change the browser's >>> authentication dialog box with the new text. >>> >>> Any Idea Why? >>> >>> Thanks >>> Rodolfo de la Garza >>> >>> >>> ------------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> To switch to the DIGEST mode, E-mail to >>> >>> Web Archive of this list is at: http://search.smithmicro.com/ >> >> >> >> ================================ >> Kenneth Grome, WebDNA Consultant >> 808-737-6499 http://webdna.net >> ================================ >> >> >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://search.smithmicro.com/ > > >------------------------------------------------------------- >This message is sent to you because you are subscribed to > the mailing list . >To unsubscribe, E-mail to: >To switch to the DIGEST mode, E-mail to > >Web Archive of this list is at: http://search.smithmicro.com/================================ Kenneth Grome, WebDNA Consultant 808-737-6499 http://webdna.net ================================------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Kenneth Grome

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

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...

Related Readings:

PSC recommends what date format yr 2000??? (1997) Security Question (1997) problems with WebCat-Plugin () Bug Report, maybe (1997) math on date? (1997) [date] problem with %d%m%Y (1998) RE: [WebDNA] What does PHP(5) has, that Webdna hasn't (2009) Re:Version 2.0 and 1.6 simultaneous (1997) webCatalog and Stocks (1998) Help name our technology! (1997) dbf2txt (2003) [ShowNext] feature in 2.0 (1997) more [sendmail] woes.. (2000) need to delete a database remotely (2000) HELP WITH DATES (1997) Paths (1998) Multiple Ad databases? (1997) Size Limitation through a POST via SSL? (2005) [WebDNA] Dreamweaver Tag Libraries and Snippets (2010) Odd request (2003)