Search found 24 matches
- Fri Dec 02, 2011 7:55 pm
- Forum: General Development Discussion
- Topic: Support Multi-Word Passwords
- Replies: 12
- Views: 19816
Re: Support Multi-Word Passwords
Because unique fields forces the user to enter a phrase, one field simply allows it. With one field, you can't force an entire forum to follow.
- Fri Dec 02, 2011 7:31 pm
- Forum: General Development Discussion
- Topic: Support Multi-Word Passwords
- Replies: 12
- Views: 19816
Re: Support Multi-Word Passwords
Well, the basic idea behind pass phrases are that they're just as hard to crack via brute force, but much easier to remember for people. Remembering "$php33foru*mp@a$$" is much harder than "phpbb forum awesome blossom".
- Fri Dec 02, 2011 6:56 pm
- Forum: General Development Discussion
- Topic: Support Multi-Word Passwords
- Replies: 12
- Views: 19816
Re: Support Multi-Word Passwords
I suppose I feel it is more intuitive.
When the user registers, they'll be prompted for a "pass phrase." How do they know to enter a space? How do you validate they didn't run a word together they meant to keep separate? To me, the easiest and most intuitive solution is to have 4 input boxes under ...
When the user registers, they'll be prompted for a "pass phrase." How do they know to enter a space? How do you validate they didn't run a word together they meant to keep separate? To me, the easiest and most intuitive solution is to have 4 input boxes under ...
- Fri Dec 02, 2011 6:26 pm
- Forum: General Development Discussion
- Topic: Support Multi-Word Passwords
- Replies: 12
- Views: 19816
Re: Support Multi-Word Passwords
From a UI perspective, my ideal scenario would be:
1) You use the regular password, it looks as it does currently.
2) You use the multi-word password, there are four input fields for each word.
3) You use the combination option, there is an input field labeled "Password", and then four input ...
1) You use the regular password, it looks as it does currently.
2) You use the multi-word password, there are four input fields for each word.
3) You use the combination option, there is an input field labeled "Password", and then four input ...
- Fri Dec 02, 2011 5:55 pm
- Forum: General Development Discussion
- Topic: Support Multi-Word Passwords
- Replies: 12
- Views: 19816
Support Multi-Word Passwords
I think phpbb should move to support multi-word passwords. A simple shift would make it exponentially harder for passwords to be compromised. Even the best passwords ($dfk289@*1%) aren't anywhere near as strong as a multi-word password (blue funny dog barks). Even better would be a password + multi ...
- Thu Feb 22, 2007 2:37 pm
- Forum: [3.0/Olympus] Discussion
- Topic: phpBB2 -> phpBB3 Upgrade Script Discussion
- Replies: 315
- Views: 326096
Re: phpBB2 -> phpBB3 Upgrade Script Discussion
I'm worried about my board as it is approaching 900,000 posts. Hopefully converting will go smoothly, I plan to try when RC 1 is released.
- Mon Feb 27, 2006 4:31 am
- Forum: Installing EasyMOD
- Topic: Question regarding templates.
- Replies: 34
- Views: 19867
Re: Question regarding templates.
I run my site on a dedicated server.
I have many databases, all of them are seperate but still all in the same phpmyadmin.
I am not sure if my host would run a repair on the tables, if they would even know how to do so.
What do you need to know to take a look at it? phpmyadmin username and ...
I have many databases, all of them are seperate but still all in the same phpmyadmin.
I am not sure if my host would run a repair on the tables, if they would even know how to do so.
What do you need to know to take a look at it? phpmyadmin username and ...
- Mon Feb 27, 2006 4:24 am
- Forum: Installing EasyMOD
- Topic: Question regarding templates.
- Replies: 34
- Views: 19867
Re: Question regarding templates.
While browsing around in the operations tab of the forum's database I found this:
Code: Select all
PMA Database ... not OK[ Documentation ]
General relation features Disabled
- Mon Feb 27, 2006 4:16 am
- Forum: Installing EasyMOD
- Topic: Question regarding templates.
- Replies: 34
- Views: 19867
Re: Question regarding templates.
this is what happened when I ran the query you gave me on the forum's database:
SQL-query:
DROP TABLE IF EXISTS phpbb_sessions;# MySQL returned an empty result set (i.e. zero rows).
CREATE TABLE phpbb_sessions(
session_id varchar( 32 ) NOT NULL default '',
session_user_id mediumint( 8 ) NOT ...
SQL-query:
DROP TABLE IF EXISTS phpbb_sessions;# MySQL returned an empty result set (i.e. zero rows).
CREATE TABLE phpbb_sessions(
session_id varchar( 32 ) NOT NULL default '',
session_user_id mediumint( 8 ) NOT ...
- Mon Feb 27, 2006 3:36 am
- Forum: Installing EasyMOD
- Topic: Question regarding templates.
- Replies: 34
- Views: 19867
Re: Question regarding templates.
Server has been reset, now getting a similar but different error message on the portal:
Could not query categories list
DEBUG MODE
SQL Error : 1030 Got error 28 from storage engine
SELECT c.* FROM phpbb_album_cat AS c LEFT JOIN phpbb_album AS p ON c.cat_id = p.pic_cat_id WHERE cat_id <> 0 ...
Could not query categories list
DEBUG MODE
SQL Error : 1030 Got error 28 from storage engine
SELECT c.* FROM phpbb_album_cat AS c LEFT JOIN phpbb_album AS p ON c.cat_id = p.pic_cat_id WHERE cat_id <> 0 ...