Authentic
Developer
3rd Party (Free)
Download v1.2EE Version Support
- ExpressionEngine 2
Compatibility
If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.
- Updater
- Multi Site Manager
- Stand Alone Entry Form
- Low Variables
- Content Elements
- Better Workflow
- Matrix
- Grid
- Webservice
- Publisher
Requirements
- jQuery for the Control Panel
Add-On Type(s)
Plugin
Tags
Password protect an arbitrary public facing page without involving the Member module, the template's access or the web server configuration (.htaccess, htpasswd, etc)
For example, specify a single username and password:
{exp:authentic username='hello' password='world' realm='Keep Out!'}
Or, specify multiple usernames and passwords separated by |
:
{exp:authentic username='karl|groucho' password='marx|marx' realm='Marx Bros ONLY'}
Obviously, there must be a password for each username, and the usernames and passwords themselves may not contain a |
.
Finally, the parameters may be set dynamically, eg, from channel-derived data:
{exp:channel:entries channel='channel'}
{exp:authentic username='{username}' password='{password}' realm='{title}'}
{/exp:channel:entries}
Nonexistent or invalid credentials result in a standard HTTP 401 Unauthorized
error.
Download Authentic
EE Support | Downloads | Add-On Version | Release Date |
---|---|---|---|
Not Specified | Download | 1.2 | Dec 31, 2013 |
Authentic Links
This entry was created April 22, 2013, 9:11 am.
This entry was last updated July 30, 2014, 5:31 pm.
Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!
Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.
3 Reviews:
petenice 02.21.17
Saved me so much time. Thank you!
johnniefp 08.28.14
Works perfectly straight out the tin! Nicely executed.
garabedium 02.11.14
Works as advertised! Very handy when you need to authenticate pages without using EE’s member module. Keep in mind, if you’re running CGI PHP, you need to change: [E=REMOTE_USER to [E=REDIRECT_REMOTE_USER in your htaccess file.