Search the Community
Showing results for tags 'CORE-16022'.
-
Hello, Reporting a couple of bugs/adjustments for the twenty-one template. On the password generator model found on the register form the button icon uses a img rather than font-awesome icon. Looks fine within the template but better to use a font-awesome icon for constanacy. The lost password reset needs a class assigned to fix the width on mobile (as has been done for the login page). Thanks.
-
Just building a new skin based on Twenty-one - and thought I had done something a bit amiss. On the Password Reset email prompt page at /password/reset - where you are prompted for your email address to start the reset process, if you hit enter (or submit) without putting an email address in, you get Initially, I thought it was something in my theme layout - so set back to twenty-one to check. Code for the password-reset-email-prompt shows only one call to the Alert routine (as expected): <div class="mb-4"> <h6 class="h3">{lang key='pwreset'}</h6> <p class="text-muted mb-0">{lang key='pwresetemailneeded'}</p> </div> {if $errorMessage} {include file="$template/includes/alert.tpl" type="error" msg=$errorMessage textcenter=true} {/if} <form method="post" action="{routePath('password-reset-validate-email')}" role="form"> <input type="hidden" name="action" value="reset" /> <div class="form-group">....... so checking back up a step, it appears that the "password-reset-container" is where the issue is - as it calls the Alert as well: <div class="row justify-content-center"> <div class="card mw-540 mb-4 mt-4"> <div class="card-body px-md-5 py-5"> {if $loggedin && $innerTemplate} {include file="$template/includes/alert.tpl" type="error" msg="{lang key='noPasswordResetWhenLoggedIn'}" textcenter=true} {else} {if $successMessage} {include file="$template/includes/alert.tpl" type="success" msg=$successTitle textcenter=true} <p>{$successMessage}</p> {else} {if $errorMessage} {include file="$template/includes/alert.tpl" type="error" msg=$errorMessage textcenter=true} {/if} {if $innerTemplate} {include file="$template/password-reset-$innerTemplate.tpl"} {/if} {/if} {/if} </div> </div> </div>
-
Seeing as WHMCS don't have a list of the bugs they have had reported and are working on, I thought I'd create this thread to track the current 8.1 GA bugs. If you find any, please let me know and I will edit this post to add them (hopefully I have enough permission to do so). Below is the list of ones I am aware of: CORE-16022 double validation warning password reset page: https://whmcs.community/topic/304324-twenty-one-template-minor-tweaks/?do=findComment&comment=1346483 CORE-16025 twenty one theme hard coded strings: Twenty one theme hard-coded string - WHMCS 8.1 Beta Discussion Board - WHMCS.Community CORE-16026 client email history missing: https://whmcs.community/topic/304324-twenty-one-template-minor-tweaks/?do=findComment&comment=1346510 (this might be a showstopper for you) PS WHMCS staff you are welcome to edit this post of mine to add any other bugs currently being worked on if you like.
