Anuj Sharma

Results 48 issues of Anuj Sharma

**Describe the bug** which template: * [ ] MaterialDesignFrameworkModule — Material Design * [ ] Bootstrap3FrameworkModule — Bootstrap 3 * [x] Bootstrap4FrameworkModule — Bootstrap 4 * [ ] NoFrameworkModule —...

``` $this->addBehavior('Proffer.Proffer', [ 'icon' => [ 'root' => WWW_ROOT . 'img', 'dir' => 'icon_dir', 'thumbnailSizes' => [ '8x8' => [ 'w' => 8, 'h' => 8, 'jpeg_quality' => 100 ],...

question

**CakePHP** : 3.3 **What I did ?** **MyImagesTable.php** ```php $this->addBehavior('Proffer.Proffer', [ 'image' => [ 'root' => WWW_ROOT . 'files', 'dir' => 'dir', 'thumbnailSizes' => [ 'slide' => [ 'w' =>...

bug

**I'm submitting a ...** (check one with "x") ``` [ ] bug report => search github for a similar issue or PR before submitting [x] support request/question Notice: feature requests...

- [x] Question I need to get all available pricing of the product if there are multiple sellers available. I tried with ``` p.formatted_price # gives the lowest price in...

**I'm submitting a ...** (check one with "x") ``` [ ] bug report => search github for a similar issue or PR before submitting [ ] feature request [x] support...

Using custom serializer to pass HTML template name as the context ``` class CustomPasswordResetSerializer(PasswordResetSerializer): def get_email_options(self): return { 'subject_template_name': 'account/email/password_reset_key_subject.txt', 'email_template_name': 'account/email/password_reset_key_message.txt', 'html_email_template_name': 'account/email/password_reset_key_message.html', } ``` But the email delivered...

I have a custom template to send password reset email with the following content ``` You’re attempting to reset the password of your {{APP_NAME}} account. Please click on the button...

In case of social authentication, an unusable password is set. If settings have `OLD_PASSWORD_FIELD_ENABLED` then `old_password` is validated when the user changes the password. Since the user has not set...

I'm using latest version of this plugin, it's an awesome plugin. I want to display user avatar which if of 400x400 but img attribute's `height` and `width` property set to...