Button Your Account

prettem

Member
Hi,
in the right upper corner is a Button "Your Account" but it seems not to work, what ca I do please? I did not find anythin in the documentation.

best regards
Manuel


About/upgrade​

DaDaBIK™ is a product conceived and developed by Eugenio Tacchini
Copyright © 2001-2022 Eugenio Tacchini
Proudly ❤️ made in Emilia
dadabik.com

Your current DaDaBIK version​

You are using DaDaBIK version 11.6-Elba enterprise, installed on 16.06.2022 (installation code: 1780462288396de6b1), the latest version of DaDaBIK is 11.6-Elba released on 14.06.2022

You are running the latest release of DaDaBIK

In case you want to upgrade to a more powerful edition (from Pro to Enterprise/Platinum, from Enteprise to Platinum) please contact us.

System info​

PHP Version: 7.3.27

mysql version: 5.7.33-0ubuntu0.16.04.1

Web server: Apache

Client: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36 OPR/87.0.4390.45
 

deep64blue

DaDaBIK Guru
It enables users to change their password if that option is set in config_custom.php

Code:
$enable_user_password_modification = 1;

If that is set to 0 then the button should not appear.
 

prettem

Member
thank you for your answer, but my button has no effect unless
"$enable_user_password_modification" is set to 0 or 1. I testet it as user and as admin.
 

deep64blue

DaDaBIK Guru
What do you have these settings configured as in config_custom.php?

Code:
$enable_authentication
$username_public_user
$enable_user_password_modification
$enable_users_self_registration
$default_group_user_self_registration
$enable_forgotten_password
 

prettem

Member
I have these lines in my config_custom.php

$enable_authentication = 1;
$username_public_user = '';
$enable_user_password_modification = 1;
$enable_users_self_registration = 0;
$default_group_user_self_registration = 2;
$enable_forgotten_password = 1;
 

prettem

Member
Hello again,
I found an additional isssue with this button "Your account"

If this ist set 1661959182467.png

no one can login anymore, unless Force password is "no" in user login settings
The error in browser is "too many redirects" , cookies and cache clean, I tried several browser

If I switch the user login back to force password change to "no", login is possible again

How can I test this https://xxxxxxxxxxxxxxxxx.at/index.php?function=edit_account?

best regards
Manuel
 

prettem

Member
This thread gives me a solution to show up "Your acccount" again:


best regards
Manuel
 
Top