-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Login non transfé #246
Comments
Bonjour, |
Je vais essayer comme ceci, cependant en base de donnée le champs s'appelle bien LOGIN (en majuscule). |
Dans quelle table ? |
Autant pour moi, c'est dans la table grr_log, il me semblait l'avoir vu dans la table grr_utilisateurs. |
Pas de souci. |
Bonjour @Trickscenique , |
Bonjour @Trickscenique , votre problème est-il résolut avec la dernière version ? |
Oui tout à fait !
…--- Nassim
Le 21/03/2023 à 20:53, JeromeB a écrit :
Bonjour @Trickscenique <https://github.com/Trickscenique> , votre
problème est-il résolut avec la dernière version ?
—
Reply to this email directly, view it on GitHub
<#246 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGTLD5WT42EZGD7ZQXEAFWDW5IBKJANCNFSM6AAAAAAVJRCA6M>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Décrivez le bogue
Lors de la connexion le login n'est pas enregistré en session ce qui ne permet pas d'accéder à l'administration.
Infos GRR
Version de GRR : 4.0.2
Version PHP : Php 8.1
Solution
Correctif pour le fichier include/session.inc.php Ligne 614
$_SESSION['login'] = /*$row['LOGIN'];*/ $_login;
Cela vient de la fonction grr_sql_row_keyed() qui semble supprimer le champs indexé du tableau de valeur.
The text was updated successfully, but these errors were encountered: