{"id":19610470,"url":"https://github.com/valiot/administrate-field-password","last_synced_at":"2026-02-10T22:02:52.839Z","repository":{"id":59150466,"uuid":"52628685","full_name":"valiot/administrate-field-password","owner":"valiot","description":null,"archived":false,"fork":false,"pushed_at":"2017-01-16T18:18:14.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-01-13T07:52:46.456Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/valiot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-26T19:49:34.000Z","updated_at":"2023-09-18T01:18:33.000Z","dependencies_parsed_at":"2022-09-13T11:00:31.076Z","dependency_job_id":null,"html_url":"https://github.com/valiot/administrate-field-password","commit_stats":null,"previous_names":["disruptiveangels/administrate-field-password"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/valiot/administrate-field-password","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valiot%2Fadministrate-field-password","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valiot%2Fadministrate-field-password/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valiot%2Fadministrate-field-password/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valiot%2Fadministrate-field-password/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valiot","download_url":"https://codeload.github.com/valiot/administrate-field-password/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valiot%2Fadministrate-field-password/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29319267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T10:29:29.443Z","updated_at":"2026-02-10T22:02:52.816Z","avatar_url":"https://github.com/valiot.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AdministrateFieldPassword\n[![Gem](https://img.shields.io/gem/v/administrate-field-password.svg)]()\n\nAll you need to integrate Password with Administrate.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'administrate-field-password'\n```\n\nAnd then execute:\n```\n$ bundle install\n```\n\n## Usage\n\nIn your Dashboard use the field type `Field::Password` for your password attribute in `ATTRIBUTE_TYPES` i.e.\n```ruby\nATTRIBUTE_TYPES = {\n  user_password: Field::Password\n}\n```\nAnd then add the attribute to the `FORM_ATTRIBUTES` list.\n```ruby\nFORM_ATTRIBUTES = [\n    # Some other attributes...\n    :user_password\n  ].freeze\n```\n\nIf in you are displaying the password field on your forms, add this to your `UserController`\n```ruby\nmodule Admin\n  class UsersController \u003c Admin::ApplicationController\n    def update\n      params[:user].delete(:password) if params[:user][:password].blank?\n      super\n    end\n  end\nend\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/DisruptiveAngels/administrate-field-password.\n\n## License\n[MIT License](https://github.com/DisruptiveAngels/administrate-field-password/blob/better_readme/LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaliot%2Fadministrate-field-password","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaliot%2Fadministrate-field-password","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaliot%2Fadministrate-field-password/lists"}