Good Day! i successfully aligned the the view users in users.php but after i modified users.php class.phpSecurityAdm.php to view company name, url etc..
i always in ACTIVE section a value of "NO" even if the user is active eg: admin is active but the value is NO in the database the value is "Y" but it keeps on showing "No" i keep changin the value but when i access users.php the value is "no" What php file seems to have a problem here?
2nd question is how can i remove "Challenge Question" i only want the password auth. and even if the user forgot the password password will be send via email no more "Challenge Question" any suggesstion? ive tried messing up with class.phpSecurityAdm but bad result ;/ and add_user.php
3rd Why is it that im getting a value of "2" in "Allowed Connection Addresses:" even if i put 0 or erase it when i click "Update user" it always saves "2" automatically. what php file seem the have a problem here? i didnt edited user_edit_connections.php
Any suggestion would be a great help! im almost done customizing phpSecurityAdm to fit the requirements of our php site.
Thanks
Abraham
>----- ------- Original Message ------- -----
>From: Albert Lash <al...@pl...>
>To: <php...@li...>
>Sent: Fri, 08 Aug 2003 14:16:31
>
>I see. In users.php the top half contains the
>header:
>
> <td style="background-color: <?php echo
>$PSA_OPTS['Tables']; ?>; color:
><?php echo $PSA_OPTS['MenuFont']; ?>; font-weight:
>bold;"><?php echo
>_("Username") ?></td>
> <td style="background-color: <?php echo
>$PSA_OPTS['Tables']; ?>; color:
><?php echo $PSA_OPTS['MenuFont']; ?>; font-weight:
>bold;"><?php echo _("Real
>Name") ?></td>
> <td style="background-color: <?php echo
>$PSA_OPTS['Tables']; ?>; color:
><?php echo $PSA_OPTS['MenuFont']; ?>; font-weight:
>bold;"><?php echo
>_("E-mail") ?></td>
> <td style="background-color: <?php echo
>$PSA_OPTS['Tables']; ?>; color:
><?php echo $PSA_OPTS['MenuFont']; ?>; font-weight:
>bold;"><?php echo
>_("Active") ?></td>
> <td> </td>
>
>It is very messy, but if you add in some
><td>Title</td> sections, you'll be
>able to match those table data cells with the
>section underneath. The
>sections like this: <?php echo _("Active") ?> are
>for language translations.
>
>Will that do it for you?
>
>Al
>
>
>
>
>
>On 8/7/03 10:19 PM, "sunNinja"
><sun...@se...> wrote:
>
>> nope doesnt help config.php only contains the
>color setting etc... what i
>> wanna modify is the alignment and customized the
>output in users.php like the
>> ff:
>>
>> Username Real Name E-mail Company Phone
>Active
>> test testname te...@te... Company A 433-33
> Y
>>
>>
>>
>> any help? i want to add more information in the
>output... or in users.php when
>> u view current users... Thnx
>
>
>
>This SF.Net email sponsored by: Free pre-built
>ASP.NET sites including
>Data Reports, E-commerce, Portals, and Forums are
>available now.
>Download today and enter to win an XBOX or Visual
>Studio .NET.
>_______________________________________________
>phpsecurityadm-users mailing list
>php...@li...
>---------------------------------------------------
>----
>http://aspnet.click-url.com/go/psa00100003ave/direc
>t;at.aspnet_072303_01/01
>https://lists.sourceforge.net/lists/listinfo/phpsec
>urityadm-users
|