FM_PrecisionDrillingLogin

Summary

The PrecisionDrillingLogin module made provides extra step for customized self registration process - entering Secret Passcode to prevent unnecessary registrations. The Passcode can be regenerated by a daily cronjob event. That module customized for Precision Drilling.

Configuration

During installation module provides application setting.

  • FM_PrecisionDrillingLogin PassCode - Secret passcode.
  • FM_PrecisionDrillingLogin Email - Email address for passcode update post notification.
  • FM_PrecisionDrillingLogin Pattern - Pattern string to generate passcode.
  • FM_PrecisionDrillingLogin Length - The length of the generated passcode.
  • FM_PrecisionDrillingLogin Period - The number of days to re-generate the passcode. Default is 0.
  • FM_PrecisionDrillingLogin Selected Date - Fixed Date to re-generate PassCode.
  • FM_PrecisionDrillingLogin Timestamp - The timestamp of last re-generated PassCode.

Notes

  • FM_PrecisionDrillingLogin Selected Date - this field should contain value in a following date format styles: 2013-01-01 (YYYY-MM-DD) or it can be done by PHP's DateTime supported variable style values, such as - first thu of this month (the First Thursday of this month), last thu of this month (the Last Thursday of this month), now (Current day, for every single night passcode re-generation)