Garrett LeSage

Results 767 comments of Garrett LeSage

FWIW, UID and GID has min and max set in `/etc/login.defs`: ``` $ grep -v \# /etc/login.defs | uniq MAIL_DIR /var/spool/mail UMASK 022 HOME_MODE 0700 PASS_MAX_DAYS 99999 PASS_MIN_DAYS 0 PASS_WARN_AGE...

## General idea What I'd imagine this to look like: 1. Exclude `shell.scss` (which is the outer frame) and `nav.scss` (also used for the shell), as these are specifically outside...

The robots.txt file isn't showing up in my VM file. I don't think I added it to the right place in the build file. @martinpitt, can you please look and...

Added blocked label and set as draft, as this shouldn't be merged until it's fixed.

After thinking about this for a while, I realized we need some explanatory text... and that's where the caveats should go — not in the checkbox string. We can use...

This still doesn't resolve how to remove the feature when someone doesn't want it anymore. We don't have a place for that at the moment, but it probably needs to...

> What about this: Instead of letting the user control remotely what will happen at the next login, we can put a checkbox right into the login dialogs that controls...

> we didn't remove it because it was a bad idea in itself, but we thought it is no longer necessary Also, basically every other website in existence with a...

> The bug was that I wasn't using id="..." for the checkbox. How annoying of PF to require it... PatternFly itself doesn't require ID. HTML does, therefore PatternFly has to...

Here are screenshots that demonstrate the original problem that I was attempting to fix: ![Screen Shot 2022-03-30 at 18 32 06](https://user-images.githubusercontent.com/10246/160888443-a2e4e92d-649b-4a67-9838-5df76fff1a97.png) ![Screen Shot 2022-03-30 at 18 31 57](https://user-images.githubusercontent.com/10246/160888440-b8ab7a99-eb7b-484d-870d-31e19270c50a.png) ...and then...