Activities of "oshabani"

Please check your email again

I have sent you the project link to your email by mks1704@gmail.com

I have tried the following code accordingly but still its not saving values.

var registerDto = new RegisterDto
    {
        AppName = "MVC",
        EmailAddress = Input.EmailAddress,
        Password = Input.Password,
        UserName = Input.UserName,
        ReturnUrl = ReturnUrl,
        ReturnUrlHash = ReturnUrlHash,
        CaptchaResponse = captchaResponse
    };

registerDto.SetProperty("EmployeeNo", Input.EmployeeNo).SetProperty("CivilId", Input.CivilId);

var userDto = await AccountAppService.RegisterAsync(registerDto);

After adding the project reference, it is working now. Thanks

AuthServer project link to download:

Hi Albert

the solution you provide is walk-around solution, we need more sustainable one

Regards,

Osama

hi where in the ABP , is there a clear way to do it , a walkthrough sample

regards,

Osama

hi

my request is to save the password as plain text NOT hashed code

how can we do this in ABP

Thanks ! regards,

Osama

thanks waiting for your feedback

sure , i sent it to your email as Dropbox link

Showing 31 to 40 of 42 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13