tastyigniter / ti-ext-api

Manages and generates RESTful APIs for TastyIgniter
MIT License
17 stars 22 forks source link

[Bug]: I can successfully login to my account even if my account is not active. #67

Closed BaoNguyenSE closed 2 years ago

BaoNguyenSE commented 2 years ago

What happened?

I can successfully login to my account even if my account is not active.

What did you expect to happen?

Throw error when i login without account actived

Version

3.2.x

What browser are you seeing the problem on?

No response

Relevant log output

No response

ryanmitchell commented 2 years ago

I've opened a PR to verify the user is still activated: https://github.com/tastyigniter/ti-ext-api/pull/68 Let me know if this works for you.