This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new a1365714 Clarify that LDAP GHname is not synched with the linked id
a1365714 is described below
commit a1365714871a352b6d8794d9edc35bdae270e4dd
Author: Sebb <[email protected]>
AuthorDate: Mon Apr 1 23:30:31 2024 +0100
Clarify that LDAP GHname is not synched with the linked id
---
www/roster/views/person/github.js.rb | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/www/roster/views/person/github.js.rb
b/www/roster/views/person/github.js.rb
index 7f99b80d..e992c419 100644
--- a/www/roster/views/person/github.js.rb
+++ b/www/roster/views/person/github.js.rb
@@ -8,7 +8,10 @@ class PersonGitHub < Vue
_div.row data_edit: 'github' do
_div.name do
- _ 'GitHub username(s) (user-provided)'
+ _ 'GitHub username(s) '
+ _b '(user-provided)'
+ _br
+ _b 'N.B. not synched with the linked id'
_br
_a 'Link GitHub username to ASF id', href:
'https://gitbox.apache.org/boxer/'
end
@@ -49,7 +52,7 @@ class PersonGitHub < Vue
end
end
end
- _ '(might not be linked to ASF id)'
+ _ '(user-provided, so might not be the one linked to the ASF id)'
end
end
end