Yep, totally i figured this out!

please push your extension into here:

https://github.com/aikilab/extension-reset-password

We should make one extension per repo.

You can create a repo and in the admin section of the repo, transfer
ownership to aikilab.

I like the idea of putting the folder the asset should go in, so this is an
extension called reset-password.

jakub, can you push this code into this?

Lets start pushing our extensions into here!

This is great and moved forward.

Now, we can track issues for each asset along with the repository in
git.

Cool shit!

Jon


On Sun, Oct 9, 2011 at 7:22 AM, Jakub Jankiewicz
<[email protected]>wrote:

> I have account https://github.com/jcubic but I don't know how to work on
> others repos in GIT. Can multiple user work on the same repo like in
> Bazaar or you need to create a fork and commit changes there and crate
> pull request and then the owner of master branch merge those requests?
>
> --
> You received this bug notification because you are subscribed to
> aikiframework.
> https://bugs.launchpad.net/bugs/793276
>
> Title:
>  The request new password form needs a helper function
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/aikiframework/+bug/793276/+subscriptions
>


-- 
Jon Phillips 王✳爻气 http://fabricatorz.com ✳ skype: kidproto ✳ irc: rejon
+1.415.830.3884 (global) ✳ +86-187-1003-9974 (beijing)

-- 
You received this bug notification because you are a member of Aiki
Framework Admins, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/793276

Title:
  The request new password form needs a helper function

Status in Aiki Framework:
  Confirmed

Bug description:
  The set new password form has a helper function that is called by:

   <php
  
$aiki->membership->ResetPassword(POST[username],POST[email],[email protected],Reset
  your Font Library password,Reset your password:); php>

  In addition, the same class should have something like a
  RequestNewPassword() function that also outputs a form where the user
  can enter the username and and password to be submitted to the above
  function. The only argument of the function should be the URL where
  the above reset code is. Otherwise every site developer will have to
  create this form by hand.

  Another (perhaps better) option would be for ResetPassword function to
  output the blank form with username and password fields if it does not
  detect values for these arguments being posted. That way the same
  page/widget can be used for drawing the form and for showing the
  instructions after the form is submitted.

To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/793276/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework.admins
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help   : https://help.launchpad.net/ListHelp

Reply via email to