- in the Admin Console
- create News → Sub News category
- create Forums → Group → Topics category
- on the Front-End
- register the user account (approve from Admin Console if necessary)
- login using username/password entered on registration form
- go to {News > Sub News} category from top menu
- click on Suggest Article link in the sidebar
- create article using shown form
- go to My Articles page
- confirm, that article is shown in there
- find record of that article in the News table in database
- confirm, that Author column contains username of registered user
- go to {Forums > Group > Topics} category
- click on New Topic link in the sidebar
- create topic using shown form
- go to My Topics page
- confirm, that topic is shown in there
- find record of that topic in Topic table in database
- confirm, that PostedBy column contains username of registered user
Details
Details
Diff Detail
Diff Detail
- Repository
- rINP In-Portal
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.