Subversion Repositories oidplus

Rev

Rev 1098 | Rev 1106 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1098 Rev 1099
Line 348... Line 348...
348
        }
348
        }
349
 
349
 
350
        // Generate RA passwords
350
        // Generate RA passwords
351
 
351
 
352
        public static function raGeneratePassword($password): OIDplusRAAuthInfo {
352
        public static function raGeneratePassword($password): OIDplusRAAuthInfo {
353
                $plugin = OIDplus::getDefaultRaAuthPlugin();
353
                $plugin = OIDplus::getDefaultRaAuthPlugin(true);
354
                return $plugin->generate(self::raPepperProcessing($password));
354
                return $plugin->generate(self::raPepperProcessing($password));
355
        }
355
        }
356
 
356
 
357
        // Generate admin password
357
        // Generate admin password
358
 
358