fcatae / Arda

Arda is an open source tool designed to manage team workloads.
42 stars 19 forks source link

Handle account with expired password #61

Closed fcatae closed 7 years ago

fcatae commented 7 years ago

Receiving error HTTP 500 during the call to /auth/response. The root cause is that the account has an expired password. The correct approach was to handle the error, clean up the cookie and force a re-authentication.

fabriciosanchez commented 7 years ago

87 was solved so I'm closing this bug.