User Exists validation

  • Views Views: 8,032
  • Last updated Last updated:

Navigation

      Access element (+)
      Birthday element
      Button element
      Calculation element
      Captcha element
      Checkbox element
      Colour Picker element
      Count element (+)
      Database join element
      Date element
      Digg element
      Display text element
      Dropdown element
      Facebook Like element
      Field element
      File Upload element
      Folder element
      Google Map element
      Image element
         Image databese join
      Internal id element
      IP element
      J!Date element
      Kaltura element
      Link element
      Notes element
      OpenStreetMap element
      Picklist element
      Radio Button element
      Rating element
      Sequence element
      Slider element
      Tags element
      Textarea element
      Thumbs element
      Time element
      Timer element
      Timestamp element
      Total element
      User element
      User group element
      Video element
      View level element
      YesNo element
      Youtube element
      Akismet validation
      Is Email validation
      Is Not validation
      Is Numeric validation
      Not empty validation
      PHP validation
      Rsa id
  • Checks to see if the element's value already exists as a user name in the Joomla user table.
    validation-user-exists.png


    • Error message - The message to display next to the element if the Validation fails. This text should explain why the Validation failed and what steps the user should take to remedy the error.
    • Fail validation when username-
      • exists - The Validation will fail if the username already exists in the database.
      • does not exist - The Validation will fail if the username does not exist in the database.
    • User element - OPTIONAL (but strongly recommended)- if specified, this should be a User element on your form, which this plugin will then use when editing existing data, to determine if an existing row in the J! users table 'belongs' to this user. If not specified, plugin will use logged on userid, so will fail if (say) an admin is editing someone else's row.
Back
Top