Functionality change user password flush/purge TMPFS (RAM memory) REDIS
-
When changing the WordPress password, REDIS has held the query select of the old password, it is possible to trace the key in memory via, that it keeps the password in REDIS (TMPFS = RAM memory):
redis-cli –scan –pattern ‘*’ | grep user
As a palliative, I have done a flush via crontab, but it would be interesting when the person changes the password, the plugin executes the purge (for the flush to be done in REDIS) and the new WordPress password is successfully changed.
As a palliative, I have done a flush via crontab, but it would be interesting when the person changes the password, the plugin executes the purge (for the flush to be done in REDIS) and the new WordPress password is successfully changed.
PT-BRFuncionalidade alterar senha de usuário fazer flush/purge TMPFS (memória RAM) REDIS
Ao mudar a senha do WordPress, o REDIS tem segurado a query select da senha antiga, é possível rastrear a chave na memória, que ela guarda a senha no REDIS (TMPFS = memória RAM):
redis-cli –scan –pattern ‘*’ | grep user
Como paliativo tenho feito um flush via crontab, porém seria interessante na hora que a pessoa alterar a senha, o plugin executar o purge (para o flush ser feito no REDIS) e a nova senha do WordPress ser alterada com sucesso.
- The topic ‘Functionality change user password flush/purge TMPFS (RAM memory) REDIS’ is closed to new replies.