Liste des fichiers à modifier :
- template/login_body_oauth.html
- style.cfg
template/login_body_oauth.html
- Trouver (vers ligne 1) :
- Code: Tout sélectionner
<br> <div class="content"> {% for oauth in oauth %} <a href="{{ oauth.REDIRECT_URL }}" class="button2">{{ oauth.SERVICE_NAME }}</a> {% endfor %} </div>
Remplacer par :- Code: Tout sélectionner
<br> <div class="content"> {% for oauth in oauth %} <a href="{{ oauth.LOGIN_URL }}" class="button2">{{ oauth.SERVICE_NAME }}</a> {% endfor %} </div>
style.cfg
- Trouver (vers ligne 21) :
- Code: Tout sélectionner
# General Information about this style name = prosilver copyright = © phpBB Limited, 2007 style_version = 3.3.16 phpbb_version = 3.3.16
Remplacer par :- Code: Tout sélectionner
# General Information about this style name = prosilver copyright = © phpBB Limited, 2007 style_version = 3.3.17 phpbb_version = 3.3.17






