WPIntell

Source evidence

Contributing Code Changes

Temporary Login Without Password · support · 2025-01-02T14:42:00+00:00

mixedsentiment
lowseverity
0.62relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 33 rows with source links

15.2% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Jack Whitworth resolved
I’ve made a change to the plugin locally to introduce a filter that allows the page options presented in the ‘Redirect After Login’ field to be expanded. For example, I’ve used this to allow private pages to be selected as follows: add_filter( 'tlwp_pages_options', 'add_tlwp_pages_options', 10, 1 ); function add_tlwp_pages_options(array $pages): array { return array_merge($pages, (array) get_posts([ 'post_type' => 'page', 'post_status' => 'private' ]) ); } I cannot find a public repo to contribute these changes to for other users to benefit from. Is there a public repo for this, or do you not accept community contributions? Hi, Thank you for the update. Its a intresting to know this code. But did you get to look at this filter instead “tlwp_login_redirect”. It will help you achieve this. Also many people only want to redirect to the public pages so we have included only public pages. You may want to extend the above filter and achieve the same. Hope this helps you. Thanks for letting me know about that hook. I gather then that community contributions aren’t something you work with, so I’ll mark this as resolved. Cheers again!

Comments

2 shown
Icegram 2025-01-04T13:06:00+00:00

Hi, Thank you for the update. Its a intresting to know this code. But did you get to look at this filter instead “tlwp_login_redirect”. It will help you achieve this. Also many people only want to redirect to the public pages so we have included only public pages. You may want to extend the above filter and achieve the same. Hope this helps you.

Jack Whitworth 2025-01-07T11:38:00+00:00

Thanks for letting me know about that hook. I gather then that community contributions aren’t something you work with, so I’ll mark this as resolved. Cheers again!