Starts in:
1 DAY
21 HRS
35 MIN
27 SEC
Starts in:
1 D
21 H
35 M
27 S

Activities of "yunusemrecaglar"

Answer

How can we accomplish that?

Answer

hi, Have you implemented a mechanism that prevents the usage of the last 3 passwords?

Question
  • ABP Framework version: v6.0.1
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

In our project, we want to check if the passwords of users who log in have not been changed for more than 180 days. If a password has not been changed for 180 days or more, we want to prompt the user to change their password. Additionally, we want to verify if the newly entered password matches any of the last 3 passwords the user used. If the new password matches any of the last 3 passwords, we want to display a warning message indicating that the entered password is not allowed. How can we perform these operations?

  • ABP Framework version: v6.0.1
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

Hello, We want to handle email operations in our project. When we use Hotmail as the email provider, we can send emails without any problems. However, we have our own mail server and domain for our institution, and when we try to send emails using this domain, we get the errors listed below, which are the log records in our mail server. Do we need to make an extra setting to be able to use our mail domain in the project? Our mail administrator has a question about whether the SMTP auth process is performed with the username and password entered on the front end. Can you help us with this?

Mar 22 14:27:35 mail postfix/submission/smtpd[9314]: warning: unknown[...]: SASL login authentication failed: authentication failure Mar 22 14:27:35 mail postfix/submission/smtpd[9314]: NOQUEUE: reject: RCPT from unknown[...]: 554 5.7.1 <unknown[...]>: Client host rejected: Access denied; from=<@erciyes.edu.tr> to=<@erciyes.edu.tr> proto=ESMTP helo=<> Mar 22 14:27:35 mail postfix/submission/smtpd[9314]: lost connection after RCPT from unknown[...] Mar 22 14:27:35 mail postfix/submission/smtpd[9314]: disconnect from unknown[...**] ehlo=2 starttls=1 auth=0/1 mail=1 rcpt=0/1 commands=4/6 Thank you.

I solve an issue, but is it right to refresh constantly?

Thank you, I have solved the previous problem. However, I am currently facing a different issue where the menu section sometimes disappears, as seen in the screenshots below. Additionally, I have added a button to the 'Toolbar' inside the 'PageHeader' tag in the .cs file. The button appears when I directly enter the page, but it disappears after initially appearing when I enter the page from the menu. Could you please assist me with this issue?

  • ABP Framework version: v6.0.1
  • UI type: Blazor server
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

Hello, I want to take a base64 list of data from localhost using jsinterop on the screens I sent in the screenshots and send it as a response dto on the C# side, but I am getting an error on the screens. I noticed that I still get the same error when I convert the return type to string and send more than 33000 characters. Can you help me?

Thank You..

Hello, The project is working. What did we do with the code we added? Is it mandatory to add this code when using Redis and background jobs? Thanks.

I installed it but still getting the same error.

hi, The version of the redis server is 6.2.6. The direct "StackExchange.Redis" package is not installed, instead the "Volo.Abp.Caching.StackExchangeRedis" package is installed. The version of the Volo.Abp.Caching.StackExchangeRedis package is 6.0.1.

Showing 71 to 80 of 82 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06