I hated the fact that I needed two stept to create a new account, so..
After
Edit themes/your_theme/modules/ps_customersignin/ps_customersignin.tpl
Find:
<span class="hidden-sm-down">{l s='Sign in' d='Shop.Theme.Actions'}</span> </a></li>
Add this bellow
<li> <a href="{$urls.pages.register}" data-link-action="display-register-form"> {l s='No account? Create one here' d='Shop.Theme.Customeraccount'} </a> </li>