Base solution for your next web application

Activities of "ianmark89"

Thanks for you supporting. I did workaround by creating JavaScript object manually.

I've implemented function to detect tenant by domain name, but I got error when logging with social account like facebook.

The INSERT statement conflicted with the FOREIGN KEY SAME TABLE constraint "FK_dbo.AbpUsers_dbo.AbpUsers_CreatorUserId". The conflict occurred in database "***", table "dbo.AbpUsers", column 'Id'.

This issue is also happened with SubdomainTenancyNameFinder. I can login/ register with external login by entering Tenancy name manually.

Is there any updates? Did you try to change text of key "AreYouSure"? And it still shows "Are you sure?", since this text is gotten from other source.

I tried to reproduce with your steps but it stills "Are you sure?", no matter what I've changed in database or xml files.

I've dropped the foreign keys and it works. Thanks for your supporting.

I received the email and responded. Sorry for late reply.

Hi,

I want to create combobox inside cell of Jtable, how can I do that? I've tried following <a class="postlink" href="http://jtable.org/ApiReference/FieldOptions#fopt-options">http://jtable.org/ApiReference/FieldOpt ... pt-options</a> but the cell is blank.

Question

Hi,

I found IsPhoneNumberConfirmed column in database. Does the current system support phone verification? I want to let user register by phone, can you please give me some idea about this function?

Question

Sorry for duplicating post. I've posted in wrong forum. #1914

I found IsPhoneNumberConfirmed column in database. Does the current system support phone verification? I want to let user register by phone, can you please give me some idea about this function?

Answer

Hi,

Thanks for your supporting. I concern about IdentityMessageService, because this class is using for two factor login, but I want to verify the phone number to make sure that user has entered correct number. If I IIdentityMessageService, where will the code be stored?

Showing 11 to 20 of 38 entries