Skip to content
  • Àlex Fiestas's avatar
    Implement replace of "user-new" rather than inserting · 4ee92de1
    Àlex Fiestas authored
    When we insert we are at the same time replacing
    new-user and appending a new one which will be the
    new "new-user".
    
    This is not the way Models work, models be to be done
    1 thing at the time, so we better do:
    
    1-Replace "new-user" by the new created account
    2-Append "new-user" at the end of the list.
    4ee92de1