For some odd reason, when I have this theme installed, every username or email that is entered on the signup page return a "name unavailable" or "email unavailable" even when it's a unique username/email.
By the by for any of you Kohana devs out there, the handshaking is working without a hitch with my Kohana apps.
The only thing I had to change was in the session config file, I had to change the $config['validate'] setting to 'expiration' though I'…
@blizeH: I've been looking to do the same and it looks like it'll be a breeze to do manually. In fact, I'd personally rather do it manually to ensure I have control over everything.