freeCodeCamp/guide/english/certifications/information-security-and-qu.../advanced-node-and-express/registration-of-new-users/index.md

27 lines
930 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Registration of New Users
---
## Registration of New Users
Be sure to edit views/pug/profile.pug, line 11:
<br>
```pug
h1.border.center FCC Advanced Node and Express
```
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;into
<br>
```pug
h1.border.center Profile Home
```
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;or else the tests wouldn't pass
<br>
<br>
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/certifications/information-security-and-quality-assurance/advanced-node-and-express/registration-of-new-users/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->