update passport text and add participation of working group

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
master
Toshaan Bharvani 2 years ago
parent 8a8d4fa025
commit 8eb47e6b0e

@ -4,7 +4,11 @@ date: 2022-01-11
draft: false
---

This is a request form for your OpenPOWER Passport ID.
This is a request form for your OpenPOWER Foundation Passport ID.

An OpenPOWER Foundation Passport ID is a member login to enable Single-Sign-On within our web system.
_As a non-member, you can still interact with all systems and see all public information._

Please enter your details for member access to the member web systems.

You can find the web usage documentation [here](https://files.openpower.foundation/s/Sj756P5B39T7XnP).

@ -50,7 +50,8 @@ var goal = "{{ .Site.Params.forms.passport.goal }}";
<div class="form-row">
{{ range where .Site.RegularPages "Section" "groups" }}
<div class="form-group col-lg-6">
<input type="checkbox" class="mr-2" id="workgroups" name="workgroups" value="{{ .Title }}" onChange="updateWorkingGroups()">{{ .Title }}<br>
<input type="checkbox" class="mr-2" id="workgroups" name="workgroups" value="{{ .Title }}" onChange="updateWorkingGroups()">
{{ .Title }} (<i>{{ .Param "Participation" }}</i>)<br>
</div>
{{ end }}
<input type=hidden id="workinggroups" name="workinggroups" value="">

Loading…
Cancel
Save