Forums / Developer / How to change the User Register Form to a GET method

How to change the User Register Form to a GET method

Author Message

Luc Chase

Thursday 05 October 2006 2:33:52 am

I need to temporarly allow the user register form to work using the GET method. But when I change the method in the template, although I can now see the variables in the URL string, it does not actually register the new user. Is there a setting or a line of code I can alter to temporarily allow the GET method?
<b>This is for a semi-automated bulk data import from a spreadsheet.</b> Would create new records with just two mouse clicks per record.

The Web Application Service Provider

Łukasz Serwatka

Thursday 05 October 2006 2:51:58 am

This is not possible with current /user/register module. You will need to hack it (not recommend) or write new one.

However you can use {$view_parameters.var} and pass some values via url.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Luc Chase

Thursday 05 October 2006 3:25:20 am

That sounds like it would help as the fields would be populated with the appropriate value and I would then just need to click the submit button. Also the sequence ID for UserID would be correct each time. But can I somehow use {$view_parameters.var} as the default value in my class definition?
The default template loops through the class attributes ( using attribute_edit_gui) picking up their properties, including default values on the way.
Or maybe in can insert {$view_parameters.var} into the template used by attribute_edit_gui ? Which template is that?
Or would it probably be easier to just construct an override template using it?

The Web Application Service Provider

Łukasz Serwatka

Thursday 05 October 2006 3:57:00 am

Or would it probably be easier to just construct an override template using it?

Yes, that is the best option. Then you will have full control on the ouput and content class attributes, using edit_view_gui you can display only needed fields rest hide with hidden fields for example.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Luc Chase

Thursday 05 October 2006 4:35:09 am

Working! Thanks very much!

The Web Application Service Provider

Łukasz Serwatka

Thursday 05 October 2006 5:08:10 am

Great! You are welcome, Luc ;)

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

eZ debug

Timing: Jan 21 2025 16:12:13
Script start
Timing: Jan 21 2025 16:12:13
Module start 'content'
Timing: Jan 21 2025 16:12:13
Module end 'content'
Timing: Jan 21 2025 16:12:13
Script end

Main resources:

Total runtime0.1396 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0066 587.8594180.8125
Module start 'content' 0.00660.0048 768.671998.0547
Module end 'content' 0.01150.1281 866.7266526.2500
Script end 0.1396  1,392.9766 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00342.4702200.0002
Check MTime0.00130.9658200.0001
Mysql Total
Database connection0.00100.700510.0010
Mysqli_queries0.095668.49191410.0007
Looping result0.00120.88351390.0000
Template Total0.127791.510.1277
Template load0.00080.587910.0008
Template processing0.126990.897710.1269
Override
Cache load0.00060.413210.0006
Sytem overhead
Fetch class attribute can translate value0.00080.589510.0008
XML
Image XML parsing0.00030.217010.0003
General
dbfile0.00453.2185200.0002
String conversion0.00000.005030.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs