Access WordPress site temporarily
Provide a seamless experience to create temporary account within your WordPress application. Hassle-free account management and relief from worrying about the unwanted access within your system.
Often times we need to create accounts in our WordPress site for a fixed period of time. It may be due to several reasons; for instance:
- Providing access to developers to look into the issue.
- If you have some paid access, you can provide access to user for limited time.
- Providing access within your system to contractors till contract duration ends.
... and the list goes on
This plugin takes care of creating and managing temporary accounts in WordPress. You can just create the account for fixed period, you do not have to worry about removing the access to avoid some unwanted access to system. Temporary Access plugin will take care of these things automatically for you.
- REST API Endpoints to Create/Retrieve/Update/Delete the temporary accounts.
- Option to periodically delete
expired
accounts. - Best code quality. SOLID principles used during development.
- Active support and maintenance.
- Open source.
- Clone this repository into WordPress's plugin directory (e.g.: wp-content/plugins/)
https://github.com/ankitrox/temporary-access.git
- Go to the directory,
cd temporary-access
(replace the name of directory if you have changed at the time of clone). - Run following command
npm ci && npm run build && composer install