Support Forum » User Profile

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Issue with wordpress 6.8 #48088
    sg123sg123
    Participant

    Yes, I had this issue with the rollback, the password was not recognised. You can reset the password though so not impossible unless you don't have access to the admin email address.

    in reply to: Issue with wordpress 6.8 #48075
    sg123sg123
    Participant

    This is a major issue for us as we use multiple custom blocks across all our websites. Can you advise when a patch might be available?

    in reply to: Issue with wordpress 6.8 #48074
    sg123sg123
    Participant

    Same issue here for both methods of creating blocks

    sg123sg123
    Participant

    Thanks for getting back to me.

    I ended up adding my own javascript to control this as the custom attributes didn't give me what I needed. TBH I'm surprised this isn't supported as it makes for an insecure site when the user can change their password to something so weak as '123'.

    sg123sg123
    Participant

    Can you let me know how I would go about adding the strength option to the field? It works for the register form so not sure why it can't be used for the reset password form as they use the same input fields with the same names? I need to get this working as soon as possible.

    sg123sg123
    Participant

    Just to also let you know I wondered if you guys were using the same method for your own website and you do. I was able to change my password to 123. Obviously I have reset it to something stronger but surely this is an oversight or perhaps a bug after the last update?

    sg123sg123
    Participant

    Is there a filter I can use or way to hook into the on save action?

    sg123sg123
    Participant

    The error is still there. There is an issue with this version of the plugin - it is also adding this to all the pages:

    <script id="tmpl-rwmb-media-item" type="text/html">
    	<input type="hidden" name="{{{ data.controller.fieldName }}}" value="{{{ data.id }}}" class="rwmb-media-input">
    	<div class="rwmb-file-icon">
    		<# if ( data.sizes ) { #>
    			<# if ( data.sizes.thumbnail ) { #>
    				<img src="{{{ data.sizes.thumbnail.url }}}" />
    			<# } else { #>
    				<img src="{{{ data.sizes.full.url }}}" />
    			<# } #>
    		<# } else { #>
    			<# if ( data.image && data.image.src && data.image.src !== data.icon ) { #>
    				<img src="{{ data.image.src }}" />
    			<# } else { #>
    				<img src="{{ data.icon }}" />
    			<# } #>
    		<# } #>
    	</div>
    	<div class="rwmb-file-info">
    		<a href="{{{ data.url }}}" target="_blank" rel="noopener">
    			<# if( data.title ) { #>
    				{{{ data.title }}}
    			<# } else { #>
    				{{{ i18nRwmbMedia.noTitle }}}
    			<# } #>
    		</a>
    		<div class="rwmb-file-name">{{{ data.filename }}}</div>
    		<div class="rwmb-file-actions">
    			<a title="{{{ i18nRwmbMedia.edit }}}" href="{{{ data.editLink }}}" target="_blank" rel="noopener">
    				{{{ i18nRwmbMedia.edit }}}
    			</a>
    			<a href="#" title="{{{ i18nRwmbMedia.remove }}}">
    				{{{ i18nRwmbMedia.remove }}}
    			</a>
    		</div>
    	</div>
    </script>
    
    <script id="tmpl-rwmb-media-status" type="text/html">
    	<# if ( data.maxFiles > 0 ) { #>
    		{{{ data.length }}}/{{{ data.maxFiles }}}
    		<# if ( 1 < data.maxFiles ) { #>{{{ i18nRwmbMedia.multiple }}}<# } else {#>{{{ i18nRwmbMedia.single }}}<# } #>
    	<# } #>
    </script>
    
    <script id="tmpl-rwmb-media-button" type="text/html">
    	<a>{{{ data.text }}}</a>
    </script>
    
    <script id="tmpl-rwmb-image-item" type="text/html">
    	<input type="hidden" name="{{{ data.controller.fieldName }}}" value="{{{ data.id }}}" class="rwmb-media-input">
    	<div class="rwmb-file-icon">
    		<# if ( 'image' === data.type && data.sizes ) { #>
    			<# if ( data.sizes[data.controller.imageSize] ) { #>
    				<img src="{{{ data.sizes[data.controller.imageSize].url }}}" />
    			<# } else { #>
    				<img src="{{{ data.sizes.full.url }}}" />
    			<# } #>
    		<# } else { #>
    			<# if ( data.image && data.image.src && data.image.src !== data.icon ) { #>
    				<img src="{{ data.image.src }}" />
    			<# } else { #>
    				<img src="{{ data.icon }}" />
    			<# } #>
    		<# } #>
    	</div>
    	<div class="rwmb-image-overlay"></div>
    	<div class="rwmb-image-actions">
    		<a title="{{{ i18nRwmbMedia.edit }}}" href="{{{ data.editLink }}}" target="_blank" rel="noopener">
    			<span class="dashicons dashicons-edit"></span>
    		</a>
    		<a href="#" title="{{{ i18nRwmbMedia.remove }}}">
    			<span class="dashicons dashicons-no-alt"></span>
    		</a>
    	</div>
    </script>
    

    Something is not right when you have compiled the code as the links are not being generated. This is happening across all the site I manage which use your plugin.

Viewing 8 posts - 1 through 8 (of 8 total)