bapril

Results 21 comments of bapril

This is a larger problem. The Trident platform case squashes all e-mail addresses down to lowercase. Technically rfc5321 tells us that the local part (username) should be treated as case...

Add column to tg member list if user is tg_admin, that includes 2FA status. 2FA status would be true if the count of active 2FA tokens for that user was...

Query to generate list of non-2FA users. (for System->Report) select ident from member where ident not in (select distinct member from second_factors where active = 't');

Hi Stew, What if it allowed Login, but no other actions until 2FA is configured when that bit is set?

Thanks Stew! Please send me that keyring or point me to the TG (via private e-mail).

Here's an example bit of data: |Test|Test| |---------|------| | Foo | |test|Test2| |----|----| | I know it's invalid, but it gets rendered differnetly in the preview vs the main view.

Thomas, In 1.4.6a I see the expected behavior. Clicking [Block User] sets the user state to 'blocked' in one member_trustgroup record. The user still has the preexisting privileges in other...

This will require some thought. It would still be easy for a user to upload malicious HTML or JS under another file-type. This would require the user to change file-type...

Would it make more or less sense to do this in the form of 2 dedicated mailing-lists? e.g. $tg-wiki and $tg-file where members can subscribe or not and get a...