Store logged on user information in the user's session (use session for single-user mode as well)
Implement log out functionality
Create a utility script to allow users to be created, passwords to be reset, and users (and their data) to be deleted
- Add a log on page for users
- Store logged on user information in the user's session (use session for single-user mode as well)
- Implement log out functionality
- Create a utility script to allow users to be created, passwords to be reset, and users (and their data) to be deleted
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This work is complete