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 6096617
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:56:56+00:00 2026-05-23T12:56:56+00:00

I am assigning a temp password to my users. Now I have this as

  • 0

I am assigning a temp password to my users.

Now I have this as code and it works:

temp_password = random_pronouncable_password
@user = User.create!(params[:user].merge(:password => temp_password, :password_confirmation => temp_password))

but I want a way to be able to do this

@user = User.create!(params[:user].merge(:password, :password_confirmation => temp_password))

Anyone know how to do something like this?

  • 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-05-23T12:56:57+00:00Added an answer on May 23, 2026 at 12:56 pm

    If you only have two, then just repeat them and maybe format your code to make the repeat obvious:

    @user = User.create!(params[:user].merge(
        :password              => temp_password,
        :password_confirmation => temp_password
    ))
    

    Anything else will just be a bunch of extra noise that serves no useful purpose. Anyone that looks at the above will immediately know what’s going on with barely a thought and that’s an indicator of good clean code.

    You could probably come up with something clever using the Hash[] constructor or possibly a Hash with a default value but that would be a waste of cleverness. Cleverness is in limited supply so you should save it for special occasions when it is really needed.

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

Sidebar

Related Questions

I have some code like belows. This works but I think it's not clear
I am assigning to an ImageView contacts images using this code: mPhotoView = (ImageView)
So I have this program for assigning people to projects. In my database I
When assigning a type casted array to codeigniter's session, I get this error: A
Possible Duplicate: Explicitly assigning values to a 2D Array? sorry if this has been
Assigning to id from incompatible type ''CameraVIewController*'' warning showing at the below code UIImagePickerController
Assigning a string, integer, and so on with globals() works fine: >>> globals() {'__builtins__':
Assigning values without using usual notation like this.<Double>getAnything(int flag) private <T> T getAnything(int flag)
I have a problem with assigning one big decimal value to another I am
We have a desktop app that allows users to fill in a questionnaire. For

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.