-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.2.3 - Require Password Reset feature broken #44715
Comments
confirmed for backend. |
Look like it causes by PR #44521 . @Hackwar Shouldn't we add |
yes adding that line it works like before |
I think we can improve the logic of |
please test #44723 |
Hi, So it's better but not completly solved in my opinion. |
Steps to reproduce the issue
In Admin panel with super-users rights go to Users > Manage
Log out from super-user account and log in with credentials of user with Require Password Reset to Yes
Result : Page redirection error related to cookies with URL :
https://joomlasite/administrator/index.php?option=com_users&view=user&layout=edit&id=[user ID]
Expected result
The redirection to user's panel is expected to allow him to change his password
Actual result
Page redirection error related to cookies with URL :
https://joomlasite/administrator/index.php?option=com_users&view=user&layout=edit&id=[user ID]
System information (as much as possible)
=============
System Information
dbserver: mysql
dbversion: 8.3.0
dbcollation: utf8mb4_unicode_ci
dbconnectioncollation: utf8mb4_0900_ai_ci
dbconnectionencryption:
dbconnencryptsupported: true
phpversion: 8.2.18
server: Apache/2.4.59 (Win64) OpenSSL/3.1.5 PHP/8.2.18 mod_fcgid/2.3.10-dev
sapi_name: apache2handler
version: Joomla! 5.2.3 Stable [ Uthabiti ] 7-January-2025 16:00 GMT
compatpluginenabled: true
compatpluginparameters: classes_aliases:"1", es5_assets:"1"
useragent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0
=============
PHP Settings
memory_limit: 128M
upload_max_filesize: 256M
post_max_size: 256M
display_errors: true
short_open_tag: false
file_uploads: true
output_buffering: true
open_basedir:
session.save_path: xxxxxx
session.auto_start: 0
disable_functions:
xml: true
zlib: true
zip: true
mbstring: true
fileinfo: true
gd: true
iconv: true
intl: true
max_input_vars: 2500
=============
Configuration File
offline: false
offline_message: Ce site est en maintenance.
Veuillez revenir ultérieurement, merci.
display_offline_message: 1
offline_image:
sitename: xxxxxx
editor: tinymce
captcha: 0
list_limit: 20
access: 1
debug: false
debug_lang: false
debug_lang_const: true
dbtype: mysqli
host: xxxxxx
user: xxxxxx
password: xxxxxx
db: xxxxxx
dbprefix: xxxxxx
dbencryption: 0
dbsslverifyservercert: false
dbsslkey:
dbsslcert:
dbsslca:
dbsslcipher:
force_ssl: 2
live_site:
secret: xxxxxx
gzip: false
error_reporting: simple
helpurl: https://help.joomla.org/proxy?keyref=Help{major}{minor}:{keyref}&lang={langcode}
offset: Europe/Paris
mailonline: true
mailer: mail
mailfrom: xxxxxx
fromname: xxxxxx
sendmail: xxxxxx
smtpauth: false
smtpuser: xxxxxx
smtppass: xxxxxx
smtphost: xxxxxx
smtpsecure: none
smtpport: 25
caching: 0
cache_handler: file
cachetime: 15
cache_platformprefix: false
MetaDesc:
MetaAuthor: true
MetaVersion: false
robots: noindex, follow
sef: true
sef_rewrite: true
sef_suffix: false
unicodeslugs: false
feed_limit: 10
feed_email: none
log_path: xxxxxx
tmp_path: xxxxxx
lifetime: 30
session_handler: database
shared_session: false
session_metadata: true
memcached_persist: true
memcached_compress: false
memcached_server_host: xxxxxx
memcached_server_port: 11211
redis_persist: true
redis_server_host: xxxxxx
redis_server_port: 6379
redis_server_db: 0
cors: false
cors_allow_origin: *
cors_allow_headers: Content-Type,X-Joomla-Token
cors_allow_methods:
behind_loadbalancer: false
proxy_enable: true
proxy_host: xxxxxx
proxy_port: 3128
proxy_user: xxxxxx
proxy_pass: xxxxxx
massmailoff: false
replyto:
replytoname:
MetaRights:
sitename_pagetitles: 0
session_filesystem_path:
session_memcached_server_host: xxxxxx
session_memcached_server_port: 11211
session_redis_persist: 1
session_redis_server_host: xxxxxx
session_redis_server_port: 6379
session_redis_server_db: 0
session_metadata_for_guest: true
frontediting: 1
log_everything: 1
log_deprecated: 0
=============
PHP Information
Additional comments
Tested with Joomla 5.2.2 and all works fine. So It should be related to 5.2.3 only.
The text was updated successfully, but these errors were encountered: