Dear, Regarding: How can we change the sms confirmation code length, currently it is 6 digits how can I make it longer or shorter?
I read the article you shared with me, it does not says how to change the number of digits, would you please provide me with simple direct answer? It is 6 digits I wanted to be 4 digits
Thank you
Dear about the point 2 I am trying to make this in angular, I am trying to reuse (send-securiy-code) but when the user clicks on login (or any account related action), it is redirected to the backend, so I do not know how to use the Account module in angular.
I want to make the (Passwordless authentication) in angular and when I get the token from backend, I suppose there is a way to replace the token in front end
Ok Thank you You answered my question regarding the backend, My Question in front end UI is in Angular app
I have an issue with poor documentation with abp modules which I have without source code; For example the chat module, I read the article (https://docs.abp.io/en/commercial/latest/modules/chat) but I was not able to:
How can I appy such customizations?
I am trying to create a CI/CD pipleline (with azure devops), I have a problem with using the DbMigrator project in that pipeline, I do not want to use abp credentials on the pipeline (to install abp and login with my account, and I have accounts) What are the alternative of creating the database and applying the migrations and seeding the default data.
I read the topic (https://docs.abp.io/en/abp/4.4/Data-Seeding) but I need an alternative way in production environment. (for example is there is a way that I reference the dbMigrator in the host to seed the data on startup)
I have two questions regarding (Commercial & Community) versions: 1- When I use the command line: abp new [Project Name] it always creates the 'commerical' project, Is there a parameter to specify to the abp CLI to create the commercial or community version ? 2- Can I use abp commercial projects in open source project? I mean Is it leagal to create a commercial project and share it as an open source project, or I must use the community version then ?
Thanks
Dears,
Thank you
Dear Bunyamin,
Thank you for the advice, it helped me to solve the issue,
Actually what I did is copying all the LeptonTheme Scss source files to the host angular project (not the theme-lepton project) and then I referenced it that folder according to the doc you shared with me, that solved the problem
Thank You Very much
Hello,
Could you try to override the lepton styles as mentioned in this document?
Dear bunyamin ,
I already read the document you referenced, this is not what we want, Please kindly read the issue again,
Thank you
If you're creating a bug/problem report, please include followings:
Note: The designer needs to he his changes directly upon changes source scss files using gulp watch, so he can customize the theme easily Please note that we do not want to add custom style that Overrides the default theme, we want to customize the theme itself (since we have the source scss of it) which make it easier and faster for us and keep styling code is clean
Can you support us to find a way to see changes of scss files very quicly on the running angular system, (similar to hot reload) ( I remember this feature was up and runing in old versions 4.X.X , cannot tell which one)