#1 2015-05-20 13:43:15

delphiancoder
Member
Registered: 2015-03-04
Posts: 11

MVCServer : any 'new user' routine ? only login

function TBlogApplication.ArticleComment

require   AuthorID := GetLoggedAuthorID(canComment,comm);
otherwise goto error,

any code ready or almost ready for a new user registration ?

like

function TBlogApplication.SetnewAuthor

thanks for any support and idea

Offline

#2 2015-05-26 14:07:49

delphiancoder
Member
Registered: 2015-03-04
Posts: 11

Re: MVCServer : any 'new user' routine ? only login

any idea to create a quick  function to add new user ?

idea is to use  lightweight inline popup code jv   like this
http://www.enthropia.com/labs/ibox/

it will be nice to use the inline popup to show login error codes or any error,  without reload html page

Offline

#3 2015-05-26 15:45:52

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,205
Website

Re: MVCServer : any 'new user' routine ? only login

In the current implementation, Authors should be created outside of the main page, possibly in an "administration" section - or even offline, using REST methods.

This is just a sample, remember!
You are free to extend it.

Offline

Board footer

Powered by FluxBB