WP IMAP Auth
Use IMAP accounts to login in to WordPress. Replaces the regular authentication.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3056 days ago
Is WP IMAP Auth abandoned?
Possibly abandoned (last update 3056 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
This plugins replaces the regular authentication of WordPress and offers instead the authentication of users via IMAP accounts. Password reset and retrieving are suppressed in order to avoid confussion.
The IMAP authentication server as well as an automatic padding of the domain to a user name can be set on the plugins setting page under Settings > IMAP Authentication. Furthermore, users having a IMAP account on the defined server can automatically be register if set so.
Contributors: Aaron Parecki, Riccardo Magliocchetti, Lorenz Schmid, Marius Müller
Installation
- Important notice: Existing user will not be able to log in after installation. Make sure you can access your WordPress database directly to make one new user to an adminsitrator.
- Install the plugin through the WordPress plugins screen directly and activate WP IMAP Authentication plugin.
- Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Settings->IMAP Authentication screen to enter your Mailbox, e.g.: {mail.domain.com/readonly}INBOX or {mail.domain.com:993/ssl/novalidate-cert/readonly}INBOX
- Check “Register new user automatically if succesful IMAP authentification.””
- Log in with your email address and email password.
- Go to your WordPress database table
wp_usermetaand setwp_capabilitiestoa:1:{s:13:"administrator";b:1;}. - Now you can log in with your new account as administratior. If you want you can disable “Register new user automatically”.
- That’s it!
Frequently Asked Questions
Installation Instructions
- Important notice: Existing user will not be able to log in after installation. Make sure you can access your WordPress database directly to make one new user to an adminsitrator.
- Install the plugin through the WordPress plugins screen directly and activate WP IMAP Authentication plugin.
- Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Settings->IMAP Authentication screen to enter your Mailbox, e.g.: {mail.domain.com/readonly}INBOX or {mail.domain.com:993/ssl/novalidate-cert/readonly}INBOX
- Check “Register new user automatically if succesful IMAP authentification.””
- Log in with your email address and email password.
- Go to your WordPress database table
wp_usermetaand setwp_capabilitiestoa:1:{s:13:"administrator";b:1;}. - Now you can log in with your new account as administratior. If you want you can disable “Register new user automatically”.
- That’s it!
Commercial Support
Contact IMSoftware.de for professional support.
Review feed
Screenshots
Changelog
4.0.1
- First stable version.