3 projects tagged "user management"
Auxrames is a Web-based PHP tool that allows human resources management. It is designed to manage a team with lot of tasks. You can see holidays (yellow), non-working time (purple), and tasks (green, depending on the workload percents). You can perform user management, import users from your LDAP and possibly AD, and set different groups. Each of your team members can be allocated to one or more groups. You can decide to always display a user even if he has no tasks, so as not to forget him.
The uFlex class can be used to manage registrations and authenticate users with records in a MySQL database. It can perform several types of operations with registered users of a site. Currently, it can create or update registered user records, activate user accounts, reset passwords, authenticate a user and start a login session, end a login session, and automatically login. As its name implies, the class is very flexible as you can add, modify, and validate any field in the registration and updating process.