Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8126257
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T07:05:34+00:00 2026-06-06T07:05:34+00:00

I have two fields on the form ( forgotpassword form ) username and email

  • 0

I have two fields on the form ( forgotpassword form ) username and email Id . User should enter one of them . I mean to retrieve the password user can enter user name or the email id . Could some one point me the validation rule for this?

Is there any inbuilt rule I can use?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T07:05:38+00:00Added an answer on June 6, 2026 at 7:05 am

    I was trying to solve same problem today. What I’ve got is the code below.

    public function rules()
    {
        return array(
            // array('username, email', 'required'), // Remove these fields from required!!
            array('email', 'email'),
            array('username, email', 'my_equired'), // do it below any validation of username and email field
        );
    }
    
    public function my_required($attribute_name, $params)
    {
        if (empty($this->username)
                && empty($this->email)
        ) {
            $this->addError($attribute_name, Yii::t('user', 'At least 1 of the field must be filled up properly'));
    
            return false;
        }
    
        return true;
    }
    

    General idea is to move ‘required’ validation to custom my_required() method which can check if any of field is filled up.

    I see this post is from 2011 however I couldn’t find any other solution for it. I Hope it will work for you or other in the future.

    Enjoy.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an HTML form where I have two fields: username and password. Now,
I have two email fields on a form to validate that the user entered
I have two fields, one is emailid and another is password in my form.
Say I have two fields in a new or edit form: <%= f.text_field :email
I have a usual login form consisting of two input fields, one for login,
I have two fields, 'from_date' and 'to_date' on my rails form. When a user
I have two forms in one view updating the User Profile. One Form is
I have two fields in a form (ip:port) seperately. I want to add them
I have two fields in my form : one is the limit and other
I have two select fields in a form. Every time one of these select

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.