CMS MADE SIMPLE FORGE

Name Type Description
IPLock Module Well, let's face it. Sometimes, you might be confronted to a sore loser, who, having found the location of your admin folder, will try to find a login and a password to hack your website. A sore loser, or an evil fellow, I guess. IPLock work this way : if someone fails too many times to log in your website, his IP adress will be added to a ban list. Even if he eventually finds a proper login/password pair, well : he's not ever gonna know, because as his IP is banned, he won't be able to log in.
FEU_Auth_Basic Module An addon module to FrontEndUsers to integrate with apaches basic authentication. This module is a simple example module to show how to do authentication modules for FEU.
OpenID Module Integrates OpenID with CMS MS and allows users to register an OpenID, Facebook or Twitter identity and later on signing on with this identity without providing their Front End Users module username or password. Check out project wiki at https://bitbucket.org/henriklen/openid/wiki/ for more information
SecureLogin Module Module secures login process with ip-whitelist. When user is logging in module will check if his/hers ip is in the whitelist. If not, user will get an email with link, which adds user's ip in the list after click. Helps especially if user lost his credentials, attacker will not be able to login because of ip check. Running out of time currently, so if you have time and motivation to improve this module I'm more than happy to take some help!
OAuth Plugin Plugin This plugin allows you to authenticate your visitors via the OAuth protocol to various social networks, such as Twitter or Facebook. It is basically a wrapper for the HybridAuth PHP library. Note that this is a 3rd party plugin, not directly involved with the HybridAuth project. Please go to the github page to download the plugin: https://github.com/ImpetusGames/cms-oauth