User::Simple::Admin

User::Simple::Admin is a Perl module that allows User::Simple user administration.
Download

User::Simple::Admin Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Gunnar Wolf
  • Publisher web site:
  • http://rubyforge.org/projects/actsascatalog/

User::Simple::Admin Tags


User::Simple::Admin Description

User::Simple::Admin is a Perl module that allows User::Simple user administration. User::Simple::Admin is a Perl module that allows User::Simple user administration.SYNOPSIS $ua = User::Simple::Admin->new($db, $user_table); $ua = User::Simple::Admin->create_rdbms_db_structure($db, $user_table, ); $ua = User::Simple::Admin->create_plain_db_structure($db, $user_table, ); $ok = User::Simple::Admin->has_db_structure($db, $user_table); %users = $ua->dump_users; $id = $ua->id($login); $login = $ua->login($id); $otherattrib = $user->otherattrib; $ok = $usr->set_login($id, $login); $ok = $usr->set_passwd($id, $passwd); $ok = $usr->clear_session($id); $id = $ua->new_user(login => $login, passwd => $passwd, ); $ok = $ua->remove_user($id);User::Simple::Admin manages the administrative part of the User::Simple modules - Please check User::Simple for a general overview of these modules and an explanation on what-goes-where.User::Simple::Admin works as a regular administrator would: The module should be instantiated only once for all of your users' administration, if possible, and not instantiated once for each user (in contraposition to User::Simple, as it works from each of the users' perspective in independent instantiations).Note also that User::Simple::Admin does b< not > perform the administrative user checks - It is meant to be integrated to your system, and it is your system which should carry out all of the needed authentication checks.This download may include additional applications bundled with the software's installer file. Third-party applications bundled with this download may record your surfing habits, deliver advertising, collect private information, or modify your system settings. Pay close attention to the end user license agreement and installation options.You are advised to run Ad-Aware or similar programs after installing this product. You can download such programs by clicking here. Requirements: · Perl


User::Simple::Admin Related Software