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!

Updated by Daniele Cruciani 2 months ago Actions #1

  • Status changed from new to confirmed
  • Assignee set to Daniele Cruciani

Updated by Daniele Cruciani 2 months ago Actions #2

  • Description updated (diff)
  • Due date set to 01/13/2026
  • Start date set to 01/13/2026
  • Estimated time set to 1:00 h
Actions

Also available in: PDF Atom