Skip to content

Instantly share code, notes, and snippets.

@brendo
Created January 11, 2011 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save brendo/774467 to your computer and use it in GitHub Desktop.
Save brendo/774467 to your computer and use it in GitHub Desktop.

Member: Password (Required)

  • Extends FieldInput (Text Input)
  • SHA1
  • Has a salt
  • Can have minimum strength/length

Member: Username

  • Extends FieldInput (Text Input)
  • Unique
  • Allow option to output as MD5

Member: Email

  • Extends FieldInput (Text Input)
  • Email Regex
  • Unique
  • Allow option to output as MD5

Member: Role

  • Extends FieldSelect (Select Box)
  • Single select

Member: Timezone

  • Extends FieldSelect (Select Box)
  • Will output the timezone offsets +01:00 -> +23:00 in :30 increments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment