Base solution for your next web application

Activities of "tteoh"

Dear Support,

Currently, there is a duplicate email check when creating a new User Account. Is there a setting to disable the duplicate check or what should I do to disable such feature?

Thanks.

Regards, /Tommy

FYI... Both links were broken.

<cite>ismcagdas: </cite> Hi,

Actually we don't have a suggested way :). If that data is not changing veru often, you can do it like that. If it is changing, you can use cache.

Thanks.

I m still very new to abp framework. Is there a built-in cache and where can I find more to understand this?

Thanks. /Tommy

<cite>hikalkan: </cite> Hi,

If you're using SPA, we used Angular-ui Grid in this template. You can find document here: <a class="postlink" href="http://ui-grid.info/">http://ui-grid.info/</a> If you're using MPA, we used jTable: <a class="postlink" href="http://jtable.org/">http://jtable.org/</a> I think you can understand it by checking source code, but it's always suggested to read docs to learn better.

You can find links to all used libraries here: <a class="postlink" href="http://www.aspnetzero.com/Documents/Development-Guide#used-library--frameworks">http://www.aspnetzero.com/Documents/Dev ... frameworks</a>

Hi Hikalkan,

Thank you for providing the pointer on the right grid component for both SPA and MPA. It will be really great to have them illustrated as part of the PhoneBook development sample. In particular, in implementing these components in the context of ASP.NET ZERO.

Look forward to the documentation improvement.

Thanks. /Tommy

<cite>hikalkan: </cite> Check also browser's console for error logs. Also, please share the steps you did for implementing. It should be like that:

  1. Download library from somewhere (nuget, bower etc)
  2. Add css & js files to layout
  3. add module dependency to your angular app

Then you can add code to view and controllers. Please share all steps and code you did write.

Hi Hikalkan,

I will be great if such example is part of PhoneBook Step-by-Step Development. This is quite a common user interface/experience for Form Design Layout.

Really look forward to the documentation improvement.

Thanks. /Tommy

Dear Support,

What's the best way to control a single user can only log in a single session at any given time?

[Use Case]

  1. The same user login is used on Chrome and Chrome Incognito are considered two separate session on the same device.
  2. The same user login is used on different browsers on different devices

[Requirements]

  • To detect the user login already has an active session
  • Automatically logout the 1st Session while allowing the 2nd Session to be established

Thanks. /Tommy

Dear Support,

I am using project template (MVC5 + AJ1), would like to know how best method to implement content (widget) authorisation for the standard Dashboard based on role defined.

Thanks. /Tommy

Dear Support,

The standard default.html for constructing user account acivation email uses "absolute path" to logo image (which is currently set to <a class="postlink" href="http://aspnetzero.com/Images/Logos/logo.png">http://aspnetzero.com/Images/Logos/logo.png</a>).

I had tried to use "relative path" but i didn't work.

Please kindly advice.

Thanks. /Tommy

Dear Support,

Would appreciate if you could advice such authorisation is possible at all or I need to buld one dashboard per user role. Thanks.

/Tommy

Yes. The first one. Would you able to point me to example of implementing the widget permission and asssignment.

Thank you. /tommy

Showing 1 to 10 of 202 entries