User tests: Successful: Unsuccessful:
Correction of language and hint positioning for two factor authentication field on login page.
Pull Request does not have a related issue - I identified issue while checking through translations, then found an issue where it appears in the site.
No. en_GB translation will be updated, but will most likely have been correctly translated into other languages previously. I just spotted the issue when translating en_US.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Language & Strings Modules Templates (admin) NPM Change |
I've checked I got the SCSS change correct this time by applying the PR package to my test site. Result was as expected in the AFTER result, so I look forward to seeing successful tests shortly.
@particthistle SCSS code style check fails in Drone, error log see here: https://ci.joomla.org/joomla/joomla-cms/36866/1/22
Labels |
Added:
?
NPM Resource Changed
?
|
@particthistle Now drone says in the npm clone step:
CSS file copied/minified: /********/src/build/media_source/system/css/fields/calendar.css
--
Error: Invalid CSS after "}": expected "}", was ""
on line 251 of administrator/templates/atum/scss/blocks/_login.scss
from line 43 of administrator/templates/atum/scss/template.scss
>> }
The changes on GitHub for that file show up as:
Can it be that there is missing a closing curly bracket before the .form-control-hint
?
Beside that, check code style. In scss we use 2 spaces for each level of indentation and no tabs.
If that helps, adjust your editor so it shows tabs and spaces, then you can see what is used.
Category | Administration Language & Strings Modules Templates (admin) NPM Change | ⇒ | Repository Administration Language & Strings Modules Templates (admin) NPM Change |
I have tested this item
Tip: use a different browser to see Login form - no need to logout.
Needs npm ci
Labels |
Added:
?
|
Category | Administration Language & Strings Modules Templates (admin) NPM Change Repository | ⇒ | Administration Language & Strings Modules Templates (admin) NPM Change |
Labels |
Added:
?
Removed: ? |
Labels |
Removed:
?
|
I have tested this item
Seems OK but I did not see the Web Authentication bar with either plugin.
Using localhost - and access is via http.
More than desired it is intentional as webauthn will only work on https
Thanks for the tips! I did not have https enabled on localhost. I have now done that and see the Web Authentication button. Next job for me: find out what it does!
I have tested this item
Next job for me: find out what it does!
Making your site more secure :-D You can check here as a starting point: https://en.m.wikipedia.org/wiki/WebAuthn
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-11-08 09:07:33 |
Closed_By | ⇒ | chmst | |
Labels |
Added:
?
|
Thanks!
LGTM