Login Variables

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
FVSBS
-


Joined: 05 Mar 2003
Posts: 1

PostPosted: Tue May 06, 2003 4:35 pm    Post subject: Login Variables Reply with quote

I appoligize if this has already been asked. If so if you could notify me where this posting is listed....

When a Abyss asks a user to login when accessing a restricted directory, it seems as though the username and password are session variables.

Is it possible to reference these session variables to use in my PHP scripts? I would like to be able to design a menu system, but use the login that Abyss provides.

Any help in this would be greatly appreciated. Thanks.
_________________
Webmaster
Fox Valley Small Business Services
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue May 06, 2003 6:56 pm    Post subject: Re: Login Variables Reply with quote

Nothing is specific to Abyss with password protected scripts. So you can refrence them as described in the PHP documentation (see the documentation of $_SERVER["AUTH_USER"] , $PHP_AUTH_USER, $PHP_AUTH_PW).
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
badai
-


Joined: 24 Apr 2003
Posts: 82

PostPosted: Sat May 17, 2003 9:24 pm    Post subject: Re: Login Variables Reply with quote

$_SERVER["AUTH_USER"] work, but $PHP_AUTH_USER and $PHP_AUTH_PW doesn't work.

what about group? is it possible to get the group using php or perl?

thanks.


aprelium wrote:
Nothing is specific to Abyss with password protected scripts. So you can refrence them as described in the PHP documentation (see the documentation of $_SERVER["AUTH_USER"] , $PHP_AUTH_USER, $PHP_AUTH_PW).
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sun May 18, 2003 6:07 pm    Post subject: Re: Login Variables Reply with quote

badai wrote:
$_SERVER["AUTH_USER"] work, but $PHP_AUTH_USER and $PHP_AUTH_PW doesn't work.

what about group? is it possible to get the group using php or perl?

thanks.


aprelium wrote:
Nothing is specific to Abyss with password protected scripts. So you can refrence them as described in the PHP documentation (see the documentation of $_SERVER["AUTH_USER"] , $PHP_AUTH_USER, $PHP_AUTH_PW).

No you cannot get the group, but we will add that feature in the next release.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group