Project

General

Profile

Actions

Task #75

open

Milestone #74: redmine

change password. Console

Task #75: change password. Console

Added by Daniele Cruciani 2 months ago. Updated 2 months ago.

Status:
confirmed
Priority:
wishlist
Start date:
01/13/2026
Due date:
01/13/2026 (about 2 months late)
% Done:

0%

Estimated time:
1:00 h
Sprint:

Description

For change password

Access the console (via Kubectl:

  • kubectl exec -it redmine-pod-name -- bash
  • RAILS_ENV=production bundle exec rails console
  • user = User.find_by( login: 'danielecr')
  • user.password = 'newpassword'
  • user.confirm_password = 'newpassword'
  • user.save!
Actions

Also available in: PDF Atom