developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 13 years ago
Closed 13 years ago
#393 closed bug (fixed)
Mise à jour du fichier de configuration du plugin jAuth
Reported by: | giviz | Owned by: | laurentj |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.0RC2 |
Component: | jelix:auth | Version: | 1.0RC1 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | ||
Hosting Provider: | Php version: |
Description
Salut,
Le fichier de configuration du plugin comporte plusieurs erreurs :
Ligne 2 : Le retour à la ligne avant le die(); entraine une erreur de parsing du fichier. Ligne 20 : bad_ip_action = "jauth~login_out" devrait etre bad_ip_action = "jauth~login:out" Ligne 38 : on_error_action = "jauth~login_out" devrait etre on_error_action = "jauth~login:out" Ligne 54 : after_logout = "jauth~login_form" devrait etre after_logout = "jauth~login:form"
A+
Change History (3)
comment:1 in reply to: ↑ description Changed 13 years ago by giviz
comment:2 Changed 13 years ago by laurentj
- Milestone set to Jelix 1.0
- Owner set to laurentj
- Status changed from new to assigned
comment:3 Changed 13 years ago by laurentj
- Resolution set to fixed
- Status changed from assigned to closed
Corrigé. Merci :-)
Note: See
TracTickets for help on using
tickets.
Je vous la refait en bien formaté :)
Ligne 2 : Le retour à la ligne avant le die(); entraine une erreur de parsing du fichier.
Ligne 20 : bad_ip_action = "jauth~login_out" devrait etre bad_ip_action = "jauth~login:out"
Ligne 38 : on_error_action = "jauth~login_out" devrait etre on_error_action = "jauth~login:out"
Ligne 54 : after_logout = "jauth~login_form" devrait etre after_logout = "jauth~login:form"