You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Sprint 25
Issue #456 GSPC | Email Title and Content Once User Initially Attempts to Begin GSPC Verification
Issue #419 Administrator | Loading GSPC Eligible List into the Training System
Issue #494 Create Training - Admin Landing Page
Issue #496 Dependabot Alert: FastAPI Content-Type Header ReDoS
* Reverting Sprint 26 change. Has not been reviewed and should not be included in the release.
* Removed redundant code per Code Review
<h2>Send Invitations for GSA SmartPay Program Certification</h2>
120
+
<p>
121
+
After the attendees finish the necessary coursework for the GSA SmartPay Program Certification (GSPC), as stated in Smart Bulletin 22 during the GSA SmartPay Training Forum, you can use the form below to send each attendee an email containing a link. This link will enable them to certify their hands-on experience and obtain a PDF copy of their GSPC.
122
+
</p>
123
+
<p>
124
+
Please fill out the form below by entering the attendees' email addresses as a comma-separated list and selecting an expiration date for their certificate. The expiration date should be three years from the date of the GSA SmartPay Training Forum. This form will verify the entered email addresses and notify you if any are invalid.
125
+
</p>
126
+
<form
127
+
class="usa-form usa-form--large margin-bottom-3 "
128
+
data-test="gspc-form"
129
+
@submit.prevent="submitGspcInvites"
130
+
>
131
+
<ValidatedTextArea
132
+
v-model="user_input.emailAddresses"
133
+
client:load
134
+
:validator="v_all_info$.emailAddresses"
135
+
label="Email Addresses of GSA SmartPay Forum Attendees"
0 commit comments