Search found 7 matches

by Arametheus
Thu Nov 14, 2024 10:14 am
Forum: Proposals
Topic: Add away to show Faq revision on the front side
Replies: 2
Views: 452

Re: Add away to show Faq revision on the front side

So when looking at the Faq

on the right side where you have author, how many comments EX.

add another one of revision: x. where it is the number of times it has been updated.

since not everyone might want to show that could add an admin setting for it on the faq tab to show or not.
by Arametheus
Thu Nov 14, 2024 9:52 am
Forum: Bug reports
Topic: Popular search on the home page showing and storing SQL injection statements
Replies: 2
Views: 250

Re: Popular search on the home page showing and storing SQL injection statements

you could add some kind of validation to the forms here is one suggestion but not the greatest since the patterns could change. then run this code on the search term before acting on the search and if it passes then execute the search. function validateSearchInput($input) { // Convert to lowercase t...
by Arametheus
Tue Nov 12, 2024 7:15 pm
Forum: Bug reports
Topic: Popular search on the home page showing and storing SQL injection statements
Replies: 2
Views: 250

Popular search on the home page showing and storing SQL injection statements

So we just launched the phpMyFaq. we noticed on the home page a bunch of nulls showing up under popular searchs. I looked in our DB and it has a bunch of SQL injections Example ') AND 5570=1547 AND ('DEOM'='DEOM There are more but I don't want to paste it all. is ...
by Arametheus
Mon Nov 11, 2024 9:35 pm
Forum: Proposals
Topic: Add away to show Faq revision on the front side
Replies: 2
Views: 452

Add away to show Faq revision on the front side

in the future could you show or add an Admin setting to display the revision number on the front side if it has a revision. this way users will know the FAQ has been updated

if you need more information please let me know.
by Arametheus
Wed Sep 18, 2024 8:28 pm
Forum: Proposals
Topic: Mixed Login Types and Documentation update
Replies: 3
Views: 5086

Re: Mixed Login Types and Documentation update

So when I got SSO activated from nginx. I tried to hit the PhpMyFaq instance and login with my admin login which auth_source is set to local. it just keeps redirecting back to the faq home page instead of logging me in. maybe I'm missing something that also needs to be activated. but if I go back an...
by Arametheus
Thu Sep 12, 2024 2:30 pm
Forum: Proposals
Topic: Mixed Login Types and Documentation update
Replies: 3
Views: 5086

Mixed Login Types and Documentation update

Mixed Login suggestion: I would like to propose a feature enhancement to support mixed login types, where both Single Sign-On (SSO) and local logins can be activated simultaneously. Proposed Feature: Enable phpMyFAQ to allow local logins alongside SSO/Other authentications. Reasoning: This feature ...
by Arametheus
Wed Sep 11, 2024 8:54 pm
Forum: Webserver and configuration
Topic: Enabling SSO
Replies: 1
Views: 3487

Enabling SSO

So I'm using AWS s3 Linux 2023 with Nginx and php 8.3 to run PhpMyFaq My other application is Laravel Application which I'm trying to enable SSO in PhpmyFaq so I can have the users authenticate on our side then pass it to PhpMyFaq. When I go into PhpmyFaq 3.2.9 edit Configuration => Security the SSO...