Auth_internal: Can't change password through UI?

Describe the problem you’re having:

I have auth_internal set up–from my config.php:
define(‘PLUGINS’, ‘auth_internal, note’);

But when I navigate to Actions -> Preferences -> Personal Data / Authentication, there is no interface to change my password. Same for both admin and my usual user.

If possible include steps to reproduce the problem:

Set up auth_internal. Try to change password.

tt-rss version (including git commit id):

$ git log | head -1
commit 77aebd7e4a28ba10b07d8ec697cc84cc4a810777

Platform (i.e. Linux distro, PHP, PostgreSQL, etc) versions:

Machine with browser:
Linux xxxxxxx 4.17.0-3-amd64 #1 SMP Debian 4.17.17-1 (2018-08-18) x86_64 GNU/Linux (Debian sid)
Vivaldi 2.0.1309.40 (Stable channel) (64-bit)

Machine with server:
Linux xxx 4.9.0-8-amd64 #1 SMP Debian 4.9.110-3+deb9u5 (2018-09-30) x86_64 GNU/Linux (Debian stable)
$ sudo aptitude show apache2
Package: apache2
Version: 2.4.25-3+deb9u5
$ sudo aptitude show libapache2-mod-php5
Package: libapache2-mod-php5
Version: 5.6.30+dfsg-0+deb8u1
$ sudo aptitude show postgresql-9.6
Package: postgresql-9.6
Version: 9.6.10-0+deb9u1

Please provide any additional information below:

On the prefs screen for Personal Data / Authentication, I only see Full Name and Email text boxes, Access Level label, and the “Save Data” button.

right, this is a minor issue related to yesterday session-handling changes.

https://git.tt-rss.org/fox/tt-rss/commit/9dadbdbb218885f213f05915943ce3142b2cfcd8

this should fix it.

e: you will have to logout/login.

It works again! Thanks fox!