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
Noted that there was a hard-coded link to a page that depends on a separate custom WNET-specific plugin to do member activation code lookups on the userinfo.php template. I've added conditionality so that link and text go to PBS's member lookup tool if the WNET-specific plugin isn't there, in commits 2cdef79 and 46d20f1 . However, the member lookup link should be configurable, in a plugin setting.
The text was updated successfully, but these errors were encountered:
noting that the change to make this happen would involve adding a couple of settings in class-pbs-passport-authenticate-settings.php around line 73, and then looking for those settings in templates/userinfo.php
Noted that there was a hard-coded link to a page that depends on a separate custom WNET-specific plugin to do member activation code lookups on the userinfo.php template. I've added conditionality so that link and text go to PBS's member lookup tool if the WNET-specific plugin isn't there, in commits 2cdef79 and 46d20f1 . However, the member lookup link should be configurable, in a plugin setting.
The text was updated successfully, but these errors were encountered: