PostNuke

Flexible Content Management System

News

PostNuke Authorization

Contributed by Anonymous on Sep 07, 2001 - 01:56 AM




$user = $REMOTE_USER;







if $user is in users table







{







go on;







}







else







{







add user to users table with default values;







}













Does anyone have any suggestions on were this would go? Or is there an easier way that I just don't know about?







Thanks for any suggestions.


1544