Project

General

Profile

Actions

Bug #16297

closed

FE logins don't work when using DBAL with Oracle (and probably others)

Added by Karsten Dambekalns almost 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Must have
Category:
Communication
Target version:
-
Start date:
2006-06-27
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

There is a check on the field lockToDomain when looking for usergroups for the user that is logging in. This check is done like
lockToDomain='' OR lockToDomain='domain.tld'

In case of Oracle that check fails because the field is null if empty. So the check should be done like this:
lockToDomain='' OR lockToDomain IS NULL OR lockToDomain='domain.tld'

The attached patch fixes this.

(issue imported from #M3758)


Files

feuser-login-locktodomain.diff (2.61 KB) feuser-login-locktodomain.diff Administrator Admin, 2006-06-27 17:42

No data to display

Actions

Also available in: Atom PDF