#5196 remove message about 60 day key length
Merged 2 years ago by ngompa. Opened 2 years ago by ktdreyer.
ktdreyer/pagure rm-60-day-message  into  master

@@ -37,9 +37,6 @@ 

        admins of this repository.

      </p>

      <p>

-       These keys are valid for <span class="strong">60</span> days.

-     </p>

-     <p>

        These keys are private to your project, make sure to store in a safe

        place and do not share it.

      </p>

@@ -154,9 +154,6 @@ 

                  These are your personal tokens; they are not visible to others.

                </p>

                <p>

-                 These keys are valid for <span class="strong">60</span> days.

-               </p>

-               <p>

                  These keys are private, make sure to store in a safe place and

                  do not share it.

                </p>

Commit bea040c made key expirations user-configurable. Remove the message that describes keys expiring in 60 days.

Pull-Request has been merged by ngompa

2 years ago

The unit tests are passing for unrelated reasons, and this portion isn't unit-testable anyway, so I've merged it.

Thanks for the patch!