Hi, firstly, thanks for SVNManager - it's perfect for what I need!
I did have a few issues validating email addresses. By default I first tried something like "something@dunwich.co.nz" and I was wondering if the .co.nz was tripping up the validation, but I did try a .com address with no improvement.
I had a hunt and did the following changes.
svnmanager/UserModule/AddPage.tpl - removed line 51
(oops I've just realised that isn't even the email validator - no wonder it didn't help!).
So when that didn't work I edited
prado-2.0.3/framework/Web/UI/WebControls/TEmailAddressValidator.php and changed "evaluateIsValid" to just return true.
So really I don't know what I was doing and 'fudged' it to get it working, but this is just to say that there may be a problem with validating email addresses.
Thanks again, once I was able to add users it was awesome.