Code of Conduct
Is there an existing issue for this?
GLPI Version
10.0.26
Plugin version
1.4.5
Bug description
when select oauthimap cfor connexion in the form, the login fiels disappears ( see also here [https://github.com/glpi-project/glpi/issues/24917])
Relevant log output
Page URL
glpi/front/mailcollector.form.php
Steps To reproduce
- open new form for collector
- set connexion to imap
3)then switch to a connexion using Oauth Imap the login field disappears ( but the caption "login" still there)
Your GLPI setup information
i looks like in the file (glpi) MailCollector.php line 308 echo Html::input('login', ['value' => $this->fields['login']]); replacing 'login' by 'Login' makes the field visible, but I'm not sure this whas the root cause
Anything else?
No response
Code of Conduct
Is there an existing issue for this?
GLPI Version
10.0.26
Plugin version
1.4.5
Bug description
when select oauthimap cfor connexion in the form, the login fiels disappears ( see also here [https://github.com/glpi-project/glpi/issues/24917])
Relevant log output
Page URL
glpi/front/mailcollector.form.php
Steps To reproduce
3)then switch to a connexion using Oauth Imap the login field disappears ( but the caption "login" still there)
Your GLPI setup information
i looks like in the file (glpi) MailCollector.php line 308 echo Html::input('login', ['value' => $this->fields['login']]); replacing 'login' by 'Login' makes the field visible, but I'm not sure this whas the root cause
Anything else?
No response