commencer
Version:
Easy-to-use authentication integration template for beginners
40 lines (29 loc) • 1.03 kB
Markdown
Easy authentication integration for beginner dev projects
How to contribute to the repository.
<code>
git config commit.template .gitmessage.txt
</code>
<code>
git add <file-path/file-name> (recommended)
git commit
to edit vim, simply press i, it changes mode to insert
edit the template
press Esc, followed by ':wq' and voila! success
abandoning commit from vim, press Esc, followed by '!q'
after commit, just making git push to your forked repo
create a pull request
git commit -m "<message>" (not recommended)
</code>
<ol style="white-space:normal">
</ol>
User Registration
<ul>
<li> Registered user will get an otp on mail and need to verify it.
<li> Registered user (may or may not have verified otp) can't register again.
</ul>