Timelogin

Component type

module

Maintenance status

Development status

Downloads

610

Component created

Component changed

Being an Administrator if you want to restrict user belongs to a specific roles to login to your application in a given time frame this is the suitable module. You can assign time slots for the users to login to the application, other than the given time slot users can not log in to the application.

Video Tutorial-> http://www.gogrow.org/tutorials/timelogin
Courtesy -> http://www.gogrow.org

One Time Password For Forms (OTPF)

Component type

module

Maintenance status

Development status

Component created

Component changed

This module add OTP Integration for any Drupal Forms. For any forms that might require high-security or needs better spam prevention this module can be used.

OTP feature can be added to any forms by adding your custom submit function to the form submission handler and then call the otp_generate_otp function within your custom submit function with the right parameters.

Multiple role login pages

Component type

module

Maintenance status

Development status

Downloads

556

Component created

Component changed

This functionality helps in creating multiple login pages with specific roles

-- Configuration --

1. Configure at Administer > Configuration > ROLE LOGIN SETTINGS > Role login settings list
2. Click on add login page link.
3. Then use the login path and verify the form and try to login.

Redirect 403 to Wechat login

Component type

module

Maintenance status

Development status

Component created

Component changed

使用Wechat模块创建微信服务号时,若用户已关注并绑定了Drupal账号后,当期在微信服务号的link菜单中跳转到一个需要登录用户才能访问的页面时,会提醒403 access denied。此时,可拿到用户微信账号的OpenID(通过静默授权scope=snsapi_base,详见 https://mp.weixin.qq.com/wiki/17/c0f37d5704f0b64713d5d2c37b468d75.html ),然后判断其是否已经和Drupal中的某个账户已绑定,若已经绑定,则用代码将其登

User Name Validation

Component type

module

Maintenance status

Development status

Downloads

1463

Component created

Component changed

Validating user name by set of rules, like disallowing numbers, some allowed special characters(_ - .) , blocking words and min/max characters. And also it provides ajax validations as optional.

Other recommended modules:

Custom username validation was good module but it is very difficult for non-tech people to provide pattern.