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

  • SEARCH
  • Home
  • 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 6341181
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T19:58:44+00:00 2026-05-24T19:58:44+00:00

I am writing an API that returns all Users that fit a certain criteria

  • 0

I am writing an API that returns all Users that fit a certain criteria and their associated models in JSON format.

My question is–how do I make it automatically not return the hashed password field when returning the user data to the client who is getting my JSON data? This seems like it should be a standard problem, but without using contain/fields, can I make it so that the default behavior is it does not return the hashed password whenever I do a simple find?

Thanks!

  • 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-24T19:58:45+00:00Added an answer on May 24, 2026 at 7:58 pm

    You can use the models afterFind() to remove the password from the result set like so:

    public function afterFind($results = array(), $primary) {
        foreach($results as $key => $value) {
            if(isset($results[$key][$this->modelAlias]['password'])) {
                unset($results[$key][$this->modelAlias]['password']);
            }
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I'm writing a function that authenticates against an API that returns an XML
I am writing an API that updates a LOT of different fields in a
I'm writing C# code that uses the windows IP Helper API. One of the
Hey--I'm writing a basic Rails app that uses the digg API. I'm trying to
I'm currently writing a Rails 3 app that uses the google maps API (v3)
When writing an API or reusable object, is there any technical reason why all
I have an API in NETMF C# that I am writing that includes a
I'm writing a PHP script to crawl the Facebook API and record all the
I am writing a tool that needs to access all the revisions of a
I'm writing a tool that will generate HTML based on JSON data, and puts

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.