[openstreetmap/openstreetmap-website] how to change password for user created in web interface localhost:3000 (Issue #6324)

Tom Hughes notifications at github.com
Fri Aug 15 15:44:04 UTC 2025


tomhughes left a comment (openstreetmap/openstreetmap-website#6324)

Something like this should work:

```ruby
User.find_by(:display_name => "...").update(:pass_crypt => "...", :pass_crypt_confirmation => "...")
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/6324#issuecomment-3191918482
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/issues/6324/3191918482 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250815/490d0e55/attachment.htm>


More information about the rails-dev mailing list