Search found 11 matches

by faqqalea
Wed Jun 25, 2014 12:49 pm
Forum: General discussions
Topic: How to reset password via mysql? (no mail)
Replies: 12
Views: 12891

Re: How to reset password via mysql? (no mail)

Hi,

Sorry to keep bothering for this simple thing, but it's unfortunately the same hash as the one I've managed to generate before.

Replaced via phpMyAdmin in the table faquserlogin:
User: Administrator
Pass: bfed41c43a10f19db065fd5299a1c53990ab6787ef83c435dd795fe32aba2e02

When trying to login it ...
by faqqalea
Wed Jun 25, 2014 10:53 am
Forum: General discussions
Topic: How to reset password via mysql? (no mail)
Replies: 12
Views: 12891

Re: How to reset password via mysql? (no mail)

Thanks for the reply,

I've tried some online tools that generate SHA256 hash with Salt (taken from the db), replaced the stored password with this new generated one but still it doesn't really work.
e.g.: http://www.insidepro.com/hashes.php?lang=eng

Now I'm really out of options and not sure where ...
by faqqalea
Tue Jun 24, 2014 12:04 pm
Forum: General discussions
Topic: How to reset password via mysql? (no mail)
Replies: 12
Views: 12891

Re: How to reset password via mysql? (no mail)

It is as you linked in the GIT:

define('PMF_ENCRYPTION_TYPE', 'hash');

Not sure what kind of hash is that though (it's not an SHA1 nor MD5).
by faqqalea
Tue Jun 24, 2014 8:30 am
Forum: General discussions
Topic: How to reset password via mysql? (no mail)
Replies: 12
Views: 12891

Re: How to reset password via mysql? (no mail)

Hi,

Most probably not :)

Do you happen to know how could I encrypt a string with that hashing method?
Either via SQL command like PASSWORD(xxx) or online tool, in any case I will have to add it to the "pass" field in the faquserlogin table, via an update query in phpmyadmin or MySQL console ...
by faqqalea
Mon Jun 23, 2014 5:15 pm
Forum: General discussions
Topic: How to reset password via mysql? (no mail)
Replies: 12
Views: 12891

How to reset password via mysql? (no mail)

Dear all,

I cannot implement the mail functionality due to internal security restraints, hence cannot reset my password via the Forgotten Password link, but would nevertheless like to recover my lost password.
I have access to the DB via phpMyAdmin or MySQL console, plus the filesystem.

phpMyFAQ 2 ...
by faqqalea
Thu Mar 20, 2014 9:10 am
Forum: Bug reports
Topic: Glossary overlay not showing
Replies: 10
Views: 8847

Re: Glossary overlay not showing

Hi,

I think we're on a major breakthrough here... I've tested further the glossary, to double check my setup, and IT DOES WORK on a regular faq/article :)
As posted before, it didn't, and unfortunately it still doesn't, work on a News.

As in the attachment, the glossary terms in the news get ...
by faqqalea
Thu Mar 20, 2014 6:08 am
Forum: Bug reports
Topic: Glossary overlay not showing
Replies: 10
Views: 8847

Re: Glossary overlay not showing

Hi,

Sorry, didn't see the previous post.

To summarize:
1) Your link works from the same clients and with the same browsers that I'm using usually.
2) Same machines and same browsers, our site doesn't display the popup glossary.
3) Unfortunately it is privately hosted in our firm, and not ...
by faqqalea
Wed Mar 19, 2014 7:46 pm
Forum: Bug reports
Topic: Glossary overlay not showing
Replies: 10
Views: 8847

Re: Glossary overlay not showing

Sadly, yes.

Unfortunately I think it's an installation or server setup issue, all my browsers show the tooltip correctly at the link you posted.
by faqqalea
Wed Mar 19, 2014 7:09 pm
Forum: Bug reports
Topic: Glossary overlay not showing
Replies: 10
Views: 8847

Re: Glossary overlay not showing

Hi Thorsten,

Thanks for the answer.

Using Firefox: I cannot see any error when hovering or clicking on the underlined word, but when loading the page I get the bunch of errors as per attached .zip file

Using Chrome: no errors on hovering, but when clicking I get the following:
event.returnValue ...
by faqqalea
Wed Mar 19, 2014 3:13 pm
Forum: Bug reports
Topic: Glossary overlay not showing
Replies: 10
Views: 8847

Glossary overlay not showing

Hi all,

I've installed the latest release (2.8.8) and it is my first experience with phpmyfaq, so far very positive.
Everything working more or less fine, added some keywords to the glossary and they are highlighted in the article/news text.
When hovering with the mouse over the underlined word, I ...
by faqqalea
Wed Mar 19, 2014 3:08 pm
Forum: Bug reports
Topic: The connection was reset (action=artikel)
Replies: 21
Views: 25994

Re: The connection was reset (action=artikel)

Hi,

Thanks all, this solved the very same issue for me too!

(maybe you can consider adding it to the setup/instruction manual)