pressbooks / pressbooks-aldine

Aldine is the default root theme for Pressbooks.
https://pressbooks.org/
GNU General Public License v3.0
11 stars 7 forks source link

feat: custom signup page #328

Closed arzola closed 2 years ago

arzola commented 2 years ago

This PR addresses #328

In order to test this feature you should follow the instructions in the ticket

Note: Form processing needs to be implemented using the pb_custom_signup_form_handler hook in your plugin

codecov-commenter commented 2 years ago

Codecov Report

Merging #328 (1c3a38a) into dev (747793b) will not change coverage. The diff coverage is 0.00%.

@@          Coverage Diff          @@
##             dev    #328   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          7       7           
  Lines        590     613   +23     
=====================================
- Misses       590     613   +23     
Impacted Files Coverage Δ
inc/actions/namespace.php 0.00% <0.00%> (ø)
inc/activation/namespace.php 0.00% <0.00%> (ø)
inc/admin/namespace.php 0.00% <0.00%> (ø)
inc/customizer/namespace.php 0.00% <0.00%> (ø)
inc/filters/namespace.php 0.00% <0.00%> (ø)
inc/helpers/namespace.php 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 747793b...1c3a38a. Read the comment docs.

SteelWagstaff commented 2 years ago

Moving most/all of this functionality to https://github.com/pressbooks/pressbooks-oauth2/pull/6/

SteelWagstaff commented 2 years ago

Closing in favor of https://github.com/pressbooks/pressbooks-oauth2/pull/6