mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
feat: password invalidate sessions (#30125)
This commit is contained in:
parent
23778551f7
commit
b9f6c4aaf2
7 changed files with 47 additions and 11 deletions
|
|
@ -65,6 +65,10 @@ describe(`immich-admin`, () => {
|
|||
child.stdout.on('data', (chunk) => {
|
||||
data += chunk;
|
||||
if (data.includes('Please choose a new password (optional)')) {
|
||||
child.stdin.write('\n');
|
||||
}
|
||||
|
||||
if (data.includes('Invalidate existing sessions?')) {
|
||||
child.stdin.end('\n');
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue