Extranet - Frontend Users (official version)

From FundaWiki

Jump to: navigation, search

As of version 2.3 Fundanemt has native support for frontend users. This enables websites to lock off certain parts of the website to a select group of users. User permissions can be managed through a group relationship, that enables administrators to quickly assign the same permissions to large groups of users.

To use frontend users on a website, add a call to session_start() before the inclusion of the html.class file.

A login/logout button can be placed on the website using the $parser->printUserLoginStatus() method.

The login forms and other parts of the frontend functionality can be customized using the $parser->*User* method.

Backend

In the Fundanemt backend you can open the "Frontend Users" dialog to administrate users and groups, and give assign permissions to view pages in the menu.

The Fundanemt documentation page has a detailed guide on how the Frontend Users administration dialog at http://fundanemt.com/documentation/

Personal tools