php8
authorAlan <alan@roojs.com>
Wed, 18 Oct 2023 03:59:00 +0000 (11:59 +0800)
committerAlan <alan@roojs.com>
Wed, 18 Oct 2023 03:59:00 +0000 (11:59 +0800)
Pman/Login.php

index ab8d3ff..777f3cc 100644 (file)
@@ -29,6 +29,13 @@ class Pman_Login extends Pman
        
        var $event_suffix = '';
        
+       // for forgot password email    
+       var $authFrom;
+       var $authKey;
+       var $person;
+       var $bcc;
+       var $rcpts;
+
     
     function getAuth() // everyone allowed in here..
     {