Hi,
Your code seems fine. Does any of your jobs are connecting to an external database ?
Hi,
You are right, you should be able to call your Controllers. Can you share your HomeController definition ?
I want to try the same case.
Thanks.
Yes you are right, I was also sure that there was a @Ls method but somehow I couldn't find it yesterday :).
Hi,
As far as I understand your case, it will be more appropriate for ABP Layering.
Hi,
No actually you shouldn't do that. This seems like a bug. I will try to find it and let you know of the result.
Hi,
There are settings about password complexity in Security tab under Administration > Settings page. Passwords expire duration is not implemented. You can create an issue for this in our github repository here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/">https://github.com/aspnetzero/aspnet-zero/issues/</a>.
Hi,
We have a similar issue in our repository but it's not developed yet. See <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/142">https://github.com/aspnetzero/aspnet-zero/issues/142</a>.
Hi,
Then you can try something else. Current User entity has a field named LastLoginTime. You can also add LastLogoutTime to user entity. See extending entities documetn for that <a class="postlink" href="https://aspnetzero.com/Documents/Extending-Existing-Entities">https://aspnetzero.com/Documents/Extend ... g-Entities</a>.
Then, set LastLogoutTime when user logs out. Check Last Login and Logout Times when a user tries to login and allow or reject the login operation according to last login & logout time values.
Hi douglasbustos,
As I stated before, we dont have the feature right now. You can develop it yourself for now.
We will consider this for our next versions.
Thanks.
Hi,
v4.7.1 is not available yet. Your github username is registered as "viewtance", is that correct ? You should be able to access with that github user.