Change feature bullets

This commit is contained in:
Skylar Ittner 2018-04-15 20:09:05 -06:00
parent de5f63ac00
commit d5f51e304b

View File

@ -4,12 +4,10 @@ AccountHub is a web application enabling secure self-serve account management.
## Features ## Features
* __Active Directory integration__
* Transparently manages AD and local accounts simultaneously and transparently.
* __2-factor authentication__ * __2-factor authentication__
* Allows users to setup both a password and an authentication device to add an extra layer of security. * Allows users to setup both a password and an authentication device to add an extra layer of security.
* __reCAPTCHA integration__ * __Captcha support__
* Prevents automated brute-force and dictionary attacks while legitimate users simply check a box while logging in. * Prevents some types of attacks while legitimate users can simply click an image or answer a question to login.
* __Detailed security logs__ * __Detailed security logs__
* Records every login attempt, password change, invalid CAPTCHA, or other security-related activity, tracking client IP address and activity timestamp. * Records every login attempt, password change, invalid CAPTCHA, or other security-related activity, tracking client IP address and activity timestamp.
* __Easily-extendable dashboard__ * __Easily-extendable dashboard__