Ankit Srivastava
Ankit Srivastava
> Pull Request Template > > Use this template to quickly create a well written pull request. Delete all quotes before creating the pull request. ## Description > Please include...
## Description Changed the login password length upper limit from 48 to 256 characters Fixes # (issue) [[Bug]-[672]:Passwords longer than 48 characters are "not strong enough](https://github.com/appsmithorg/appsmith/issues/12965) ### Before  ###...
## Description Converting empty env values or no env value to boolean FALSE before storing in redux store. The empty-valued key in `.env` files was being treated as a true...
Today, when we open a private app, and the user is not logged in. We send the usage pulse and then redirect the user to the login page. After this...
Removed hard coded string for license id and changed to empty string, before passing to intercom. #### Type of change - Bug fix (non-breaking change which fixes an issue) >...
Sending licence key to intercom after consent is given. For CE users, sending license key as empty string. The consent popup is not required for cloud hosting users. #### Type...