| 
      
      
      From: Chris W. <ch...@cw...> - 2001-12-11 21:56:43
      
     | 
| * Chris McDaniel (Chr...@te...) [011211 15:56]: > I'm trying to make a page where the user can come type in their > login name and have their password reset (random, like account > creation) and emailed to the contact address on the account. This > is a 'lost password' type measure, so I need to get around the > security model, or I get: > > System Message > Required access: 4; retrieved access: 1 > User Message > Action prohibited due to security. Insufficient access for > requested action > > In the log. I'm adding this as an extension to the base_user > package. Basically the module I wrote is just a mishmash of user.pm > and newuser.pm. Anyway, anyone know how I can circumvent this? Sure -- if you want to not use security at all (probably what you want) you can just remove 'SPOPS::Secure' from the @ISA of the handler. If you want to keep security, see my earlier message today regarding what the package 'security' hash means: http://www.geocrawler.com/lists/3/SourceForge/8429/0/7295196/ Later, Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |