by axew3 » Fri Dec 03, 2021 9:43 am
The unique (not unique in true) way to resolve this, is to add the user into wordpress, if it contain unwanted chars, purged of these chars.
All will work as ever. Anyway, it need to be considered several problems running integration like these (with usernames not matching):
a purged user in Wp, could match an existent username. Rare? Could happen.
It can be not very hard to be resolved, providing just a switch to add random chars where the username already exist in wp.
By the way, think in 2.4.5:
all the part about user's transfer and check will be rewrite from scratch. It work, but is a big mess i want to see perfect instead (also the logic and code within is crazy, even if it work) and useful for anyone to get a general idea of the user's state, so to fix problems in short and with easy.
into 2.4.4 i've found several fixes to apply and parts of not useful code have been removed.
So i will try to rewrite the entire plugin from scratch quite soon!
As ready, we'll jump to 3.0.0!
The unique (not unique in true) way to resolve this, is to add the user into wordpress, if it contain unwanted chars, purged of these chars.
All will work as ever. Anyway, it need to be considered several problems running integration like these (with usernames not matching):
a purged user in Wp, could match an existent username. Rare? Could happen.
It can be not very hard to be resolved, providing just a switch to add random chars where the username already exist in wp.
By the way, think in 2.4.5:
all the part about user's transfer and check will be rewrite from scratch. It work, but is a big mess i want to see perfect instead (also the logic and code within is crazy, even if it work) and useful for anyone to get a general idea of the user's state, so to fix problems in short and with easy.
into 2.4.4 i've found several fixes to apply and parts of not useful code have been removed.
So i will try to rewrite the entire plugin from scratch quite soon!
As ready, we'll jump to 3.0.0!