Hi, I have a `recent hg` clone of moin that I will refer to as 1.7.  I
installed it with 

  python setup.py install

and created a standalone wiki with 

  cp -Rv /user/share/moin /tmp/foo
  cp /tmp/foo
  cp config/wikiconfig.py ./
  cp /path/1.7/moin.py .
  # edit to have docs = "./htdocs"
  emacs moin.py
  python moin.py

The wiki starts fine but I can't create new users.  The 

  [[UserPreferences]]

macro on 

  http://localhost:8080/UserPreferences

is rendered as a self referencing link.  There is absolutly no form
rendered in that page.

I know the doc from the development branch might not be accurate but
should I be able to create new users with 1.7?

Best regards, 

-- 
Yannick Gingras

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Moin-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to